diff options
author | vs <vs@FreeBSD.org> | 2005-10-14 20:10:45 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-10-14 20:10:45 +0800 |
commit | 6bc49ab80b440d47e42777ca1028d795441c7e0d (patch) | |
tree | ac0465555288d5ca89299bf14f3dac3aaa40f751 /devel | |
parent | b7469294e16e9729a3f91c9d60eeb97bffff7345 (diff) | |
download | freebsd-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')
-rw-r--r-- | devel/hs-c2hs/Makefile | 3 | ||||
-rw-r--r-- | devel/hs-hat/Makefile | 4 | ||||
-rw-r--r-- | devel/hs-tclhaskell-ghc/Makefile | 4 |
3 files changed, 6 insertions, 5 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 diff --git a/devel/hs-hat/Makefile b/devel/hs-hat/Makefile index 6b4b649c558b..a17667173f60 100644 --- a/devel/hs-hat/Makefile +++ b/devel/hs-hat/Makefile @@ -34,8 +34,8 @@ RUN_DEPENDS= nhc98:${PORTSDIR}/lang/nhc98 PKGNAMESUFFIX= -nhc98 .else BUILD_DEPENDS= hmake:${PORTSDIR}/devel/hs-hmake \ - ghc-6.4:${PORTSDIR}/lang/ghc -RUN_DEPENDS+= ghc-6.4:${PORTSDIR}/lang/ghc + ghc:${PORTSDIR}/lang/ghc +RUN_DEPENDS+= ghc:${PORTSDIR}/lang/ghc PKGNAMESUFFIX= -ghc6 .endif diff --git a/devel/hs-tclhaskell-ghc/Makefile b/devel/hs-tclhaskell-ghc/Makefile index 72170c7aca1a..270dbb95acb9 100644 --- a/devel/hs-tclhaskell-ghc/Makefile +++ b/devel/hs-tclhaskell-ghc/Makefile @@ -6,7 +6,7 @@ PORTNAME= tclhaskell PORTVERSION= 1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell tcl83 MASTER_SITES= http://www.dcs.gla.ac.uk/~meurig/TclHaskell/ PKGNAMEPREFIX= hs- @@ -24,7 +24,7 @@ RUN_DEPENDS= ${GHC}:${PORTSDIR}/lang/${GHCDEP} GHC= ghc-5.04.3 GHCDEP= ghc5 .else -GHC= ghc-6.4 +GHC= ghc-6.4.1 GHCDEP= ghc .endif |