Bug 34349

Summary: Fix lang/ghc and upgrade to version 5.02.2
Product: Ports & Packages Reporter: Simon Marlow <simon>
Component: Individual Port(s)Assignee: Jimmy Olgeni <olgeni>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Simon Marlow 2002-01-27 20:40:00 UTC
The GHC port (lang/ghc) won't build unless Happy (devel/happy) is
installed.  This is not a formal dependency in the port, and it is
unintentional.  It is also problematic because devel/happy itself
requires GHC to build, leading to a chicken/egg situation.

Fix: The patch below aremoves the dependency on Happy, and also upgrades the
GHC port to 5.02.2.
Comment 1 Jimmy Olgeni freebsd_committer freebsd_triage 2002-01-31 09:46:38 UTC
Responsible Changed
From-To: freebsd-ports->olgeni

Working on this one...
Comment 2 Jimmy Olgeni freebsd_committer freebsd_triage 2002-01-31 11:09:04 UTC
State Changed
From-To: open->closed

Committed, thanks!