diff options
author | obraun <obraun@FreeBSD.org> | 2008-07-19 04:05:17 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2008-07-19 04:05:17 +0800 |
commit | 36288b2dbf7b0c42c572f9db9b0da22e437f261e (patch) | |
tree | 061308931ba8310ac4ef5db56457a492e5fd3437 /devel/hs-c2hs | |
parent | 4305f0d3a72f00d874b503a0fb5cefd3f31a0190 (diff) | |
download | freebsd-ports-gnome-36288b2dbf7b0c42c572f9db9b0da22e437f261e.tar.gz freebsd-ports-gnome-36288b2dbf7b0c42c572f9db9b0da22e437f261e.tar.zst freebsd-ports-gnome-36288b2dbf7b0c42c572f9db9b0da22e437f261e.zip |
Upgrade ghc to 6.8.3.
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 91a502218238..48245338f059 100644 --- a/devel/hs-c2hs/Makefile +++ b/devel/hs-c2hs/Makefile @@ -7,6 +7,7 @@ PORTNAME= c2hs PORTVERSION= 0.15.1 +PORTREVISION= 1 CATEGORIES= devel haskell MASTER_SITES= http://www.cse.unsw.edu.au/~chak/haskell/c2hs/ PKGNAMEPREFIX= hs- @@ -21,7 +22,7 @@ LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 .include <bsd.port.pre.mk> -GHC_VERSION= 6.8.2 +GHC_VERSION= 6.8.3 # 'owned' by lang/ghc: CABALDIR= ${PREFIX}/${SUBDIR} |