diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2007-03-24 20:55:07 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2007-03-24 20:55:07 +0000 |
commit | 6f69eaa522360ab6977f80e523b3ad2563e86caa (patch) | |
tree | 4e17a6b60c36615025213f8f9393d6656dae983b /devel/hs-c2hs | |
parent | d15d9c142a710bc8618e44960a769cf44c4bacdc (diff) | |
download | ports-6f69eaa522360ab6977f80e523b3ad2563e86caa.tar.gz ports-6f69eaa522360ab6977f80e523b3ad2563e86caa.zip |
Notes
Diffstat (limited to 'devel/hs-c2hs')
-rw-r--r-- | devel/hs-c2hs/Makefile | 3 |
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 |