aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/hs-c2hs/Makefile2
-rw-r--r--devel/hs-tclhaskell-ghc/Makefile2
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