diff options
author | obraun <obraun@FreeBSD.org> | 2004-03-25 16:29:28 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2004-03-25 16:29:28 +0800 |
commit | 38e449dd0bd30f33494f37013a802cb9cc230a2f (patch) | |
tree | 84e529b7513ece7a8a6005be42e71d7cc2cb6b4c /x11-toolkits/hs-gtk+hs | |
parent | da2b07f94687c42a46ad82795b9badc2ed15aa88 (diff) | |
download | freebsd-ports-gnome-38e449dd0bd30f33494f37013a802cb9cc230a2f.tar.gz freebsd-ports-gnome-38e449dd0bd30f33494f37013a802cb9cc230a2f.tar.zst freebsd-ports-gnome-38e449dd0bd30f33494f37013a802cb9cc230a2f.zip |
ghc-6.2.1 is now in the tree
Diffstat (limited to 'x11-toolkits/hs-gtk+hs')
-rw-r--r-- | x11-toolkits/hs-gtk+hs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/hs-gtk+hs/Makefile b/x11-toolkits/hs-gtk+hs/Makefile index 4339942bad52..23629f24a8ef 100644 --- a/x11-toolkits/hs-gtk+hs/Makefile +++ b/x11-toolkits/hs-gtk+hs/Makefile @@ -27,7 +27,7 @@ GHC= ghc-5.04.3 GHCDEP= ghc5 GHCMAJOR= 5 .else -GHC= ghc-6.2 +GHC= ghc-6.2.1 GHCDEP= ghc GHCMAJOR= 6 EXTRA_PATCHES= ${PATCHDIR}/extra-ghc6-patch-gdk-GdkGC.chs |