aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-c2hs
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2005-10-14 20:10:45 +0800
committervs <vs@FreeBSD.org>2005-10-14 20:10:45 +0800
commit6bc49ab80b440d47e42777ca1028d795441c7e0d (patch)
treeac0465555288d5ca89299bf14f3dac3aaa40f751 /devel/hs-c2hs
parentb7469294e16e9729a3f91c9d60eeb97bffff7345 (diff)
downloadfreebsd-ports-gnome-6bc49ab80b440d47e42777ca1028d795441c7e0d.tar.gz
freebsd-ports-gnome-6bc49ab80b440d47e42777ca1028d795441c7e0d.tar.zst
freebsd-ports-gnome-6bc49ab80b440d47e42777ca1028d795441c7e0d.zip
Chase update of lang/ghc
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 031ce66bddbf..d1f33cfe446a 100644
--- a/devel/hs-c2hs/Makefile
+++ b/devel/hs-c2hs/Makefile
@@ -7,6 +7,7 @@
PORTNAME= c2hs
PORTVERSION= 0.13.6
+PORTREVISION= 1
CATEGORIES= devel haskell
MASTER_SITES= http://www.cse.unsw.edu.au/~chak/haskell/c2hs/
PKGNAMEPREFIX= hs-
@@ -23,7 +24,7 @@ GHC= ghc-5.04.3
GHCDEP= ghc5
GHCMAJOR= 5
.else
-GHC= ghc-6.4
+GHC= ghc-6.4.1
GHCDEP= ghc
GHCMAJOR= 6
.endif