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 /devel/hs-tclhaskell-ghc | |
parent | - py-gtk2 should be both run- and build-dependency (diff) |
Chase GHC update
Notes
Notes:
svn path=/head/; revision=162625
Diffstat (limited to 'devel/hs-tclhaskell-ghc')
-rw-r--r-- | devel/hs-tclhaskell-ghc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |