diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2004-10-17 09:25:00 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2004-10-17 09:25:00 +0000 |
commit | f7ef84c5840921882677749ecca2c3c4cb0251ab (patch) | |
tree | f217a324849aa7467520d308c19b0aafdc52aa84 /devel/hs-c2hs | |
parent | 86ed6bbde9fdb1758566c9315a18efb224fb8a04 (diff) | |
download | ports-f7ef84c5840921882677749ecca2c3c4cb0251ab.tar.gz ports-f7ef84c5840921882677749ecca2c3c4cb0251ab.zip |
Notes
Diffstat (limited to 'devel/hs-c2hs')
-rw-r--r-- | devel/hs-c2hs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/hs-c2hs/Makefile b/devel/hs-c2hs/Makefile index d793c6043d93..b8bdc2e52174 100644 --- a/devel/hs-c2hs/Makefile +++ b/devel/hs-c2hs/Makefile @@ -23,7 +23,7 @@ GHC= ghc-5.04.3 GHCDEP= ghc5 GHCMAJOR= 5 .else -GHC= ghc-6.2.1 +GHC= ghc-6.2.2 GHCDEP= ghc GHCMAJOR= 6 .endif |