aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-c2hs
diff options
context:
space:
mode:
authorobraun <obraun@FreeBSD.org>2007-03-25 04:55:07 +0800
committerobraun <obraun@FreeBSD.org>2007-03-25 04:55:07 +0800
commit5874312f2477c32228432cbef3d7a60097389b52 (patch)
treed3d986956f4b6cdfe0948c6e1439e2bb0da296ec /devel/hs-c2hs
parent5cc5354678999b0b05237d0ce566ec82d5a1b13d (diff)
downloadfreebsd-ports-gnome-5874312f2477c32228432cbef3d7a60097389b52.tar.gz
freebsd-ports-gnome-5874312f2477c32228432cbef3d7a60097389b52.tar.zst
freebsd-ports-gnome-5874312f2477c32228432cbef3d7a60097389b52.zip
Mark broken with ghc 6.6.
Reported by: kris (bento)
Diffstat (limited to 'devel/hs-c2hs')
-rw-r--r--devel/hs-c2hs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/hs-c2hs/Makefile b/devel/hs-c2hs/Makefile
index 0a7c56dbedde..a1e4625aa9ec 100644
--- a/devel/hs-c2hs/Makefile
+++ b/devel/hs-c2hs/Makefile
@@ -24,7 +24,8 @@ GHC= ghc-5.04.3
GHCDEP= ghc5
GHCMAJOR= 5
.else
-GHC= ghc-6.4.2
+BROKEN= Does not build with latest GHC
+GHC= ghc-6.6
GHCDEP= ghc
GHCMAJOR= 6
.endif