summaryrefslogtreecommitdiff
path: root/lang/ghc/patches/patch-al
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2004-05-29 14:28:43 +0000
committerkristerw <kristerw@pkgsrc.org>2004-05-29 14:28:43 +0000
commit47742d633f592119fa8f963c93ab99871210144a (patch)
tree565be61216f49c064b0387ed304c3c1a9e4c1f3c /lang/ghc/patches/patch-al
parent74e19ef3ea390f22d40024aa68ad38a8cda1da71 (diff)
downloadpkgsrc-47742d633f592119fa8f963c93ab99871210144a.tar.gz
Update ghc to 6.2.1.
There are too many changes compared to version 5.04.3 to list here... The changes are described in: http://www.haskell.org/ghc/docs/6.0.1/html/users_guide/release-6-0.html http://www.haskell.org/ghc/docs/6.2.1/html/users_guide/release-6-2.html
Diffstat (limited to 'lang/ghc/patches/patch-al')
-rw-r--r--lang/ghc/patches/patch-al13
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/ghc/patches/patch-al b/lang/ghc/patches/patch-al
deleted file mode 100644
index 7e6711c5e34..00000000000
--- a/lang/ghc/patches/patch-al
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-al,v 1.1 2003/04/29 11:27:47 augustss Exp $
-
---- ./ghc/utils/Makefile.orig Tue Sep 11 13:13:22 2001
-+++ ./ghc/utils/Makefile Fri Mar 28 23:48:02 2003
-@@ -6,7 +6,7 @@
- SUBDIRS = hp2ps stat2resid unlit
- else
- ifeq "$(BootingFromHc)" "YES"
--SUBDIRS = hp2ps parallel stat2resid prof unlit
-+SUBDIRS = ghc-pkg unlit
- else
- SUBDIRS = hasktags ghc-pkg hp2ps hsc2hs parallel stat2resid prof unlit genprimopcode
- endif