#17717 closed defect (fixed)
happy-1.17 fails to build with ghc 6.10.1
Reported by: | tomac@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | haskell happy | Cc: | gwright@… |
Port: | happy |
Description
It seems happy won't build with the latest version of ghc. Looks like a Cabal issue.
---> Fetching happy ---> Attempting to fetch happy-1.17.tar.gz from http://distfiles.macports.org/happy ---> Verifying checksum(s) for happy ---> Extracting happy ---> Configuring happy Error: Target org.macports.configure returned: shell command "cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_happy/work/happy-1.17 && runhaskell Setup configure --ghc --prefix=/opt/local" returned error 1 Command output: Setup.lhs:30:43: Not in scope: `buildVerbose' Error: Status 1 encountered during processing.
Change History (2)
comment:1 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | gwright@… added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I can confirm that happy 0.17 doesn't build with ghc 6.10.1 on Mac OS X 10.4.11 Intel and outputs the error above.
happy was updated to 0.18.2 in r44147 which works for me.