diff options
author | Volker Stolz <vs@FreeBSD.org> | 2006-05-17 06:38:42 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2006-05-17 06:38:42 +0000 |
commit | b13d5f44c48218c52b9883666056960f6b38a976 (patch) | |
tree | 943deb55593494244bc053f4f8755a36e23696ef | |
parent | - py-gtk2 should be both run- and build-dependency (diff) |
Chase GHC update
Notes
Notes:
svn path=/head/; revision=162625
-rw-r--r-- | devel/hs-c2hs/Makefile | 2 | ||||
-rw-r--r-- | devel/hs-tclhaskell-ghc/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/hs-c2hs/Makefile b/devel/hs-c2hs/Makefile index 02ad445390af..0a7c56dbedde 100644 --- a/devel/hs-c2hs/Makefile +++ b/devel/hs-c2hs/Makefile @@ -24,7 +24,7 @@ GHC= ghc-5.04.3 GHCDEP= ghc5 GHCMAJOR= 5 .else -GHC= ghc-6.4.1 +GHC= ghc-6.4.2 GHCDEP= ghc GHCMAJOR= 6 .endif diff --git a/devel/hs-tclhaskell-ghc/Makefile b/devel/hs-tclhaskell-ghc/Makefile index c0b7dea73457..76e0ef3ab1a2 100644 --- a/devel/hs-tclhaskell-ghc/Makefile +++ b/devel/hs-tclhaskell-ghc/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= ${GHC}:${PORTSDIR}/lang/${GHCDEP} GHC= ghc-5.04.3 GHCDEP= ghc5 .else -GHC= ghc-6.4.1 +GHC= ghc-6.4.2 GHCDEP= ghc .endif |