summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2007-03-24 20:55:07 +0000
committerOliver Braun <obraun@FreeBSD.org>2007-03-24 20:55:07 +0000
commit6f69eaa522360ab6977f80e523b3ad2563e86caa (patch)
tree4e17a6b60c36615025213f8f9393d6656dae983b /devel
parent* Power down the system rather than simply shutting it down. [1] (diff)
Mark broken with ghc 6.6.
Reported by: kris (bento)
Notes
Notes: svn path=/head/; revision=188211
Diffstat (limited to 'devel')
-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