diff options
author | obraun <obraun@FreeBSD.org> | 2004-03-25 08:29:28 +0000 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2004-03-25 08:29:28 +0000 |
commit | 38e449dd0bd30f33494f37013a802cb9cc230a2f (patch) | |
tree | 84e529b7513ece7a8a6005be42e71d7cc2cb6b4c /devel/hs-c2hs | |
parent | da2b07f94687c42a46ad82795b9badc2ed15aa88 (diff) | |
download | FreeBSD-ports-38e449dd0bd30f33494f37013a802cb9cc230a2f.zip FreeBSD-ports-38e449dd0bd30f33494f37013a802cb9cc230a2f.tar.gz |
ghc-6.2.1 is now in the tree
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 7716bfd..e95ec2d 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 +GHC= ghc-6.2.1 GHCDEP= ghc GHCMAJOR= 6 .endif |