pkgsrc/lang/ghc/patches/patch-aa
kristerw e05ef3d8ed Update ghc to version 6.6.
This version represent >19 month of development since the version 6.4,
and the list of changes is far too big to include here.  See
  http://www.haskell.org/ghc/docs/6.6/html/users_guide/release-6-6.html
for the list of user visible changes.
2007-03-24 17:57:19 +00:00

13 lines
512 B
Text

$NetBSD: patch-aa,v 1.8 2007/03/24 17:57:20 kristerw Exp $
--- ../ghc-6.4.2/ghc/Makefile.orig 2006-07-30 14:26:56.000000000 +0200
+++ ../ghc-6.4.2/ghc/Makefile 2006-07-30 14:27:26.000000000 +0200
@@ -22,7 +22,7 @@
# we descend into subdirs - to boot utils must be before driver.
#
ifeq "$(BootingFromHc)" "YES"
-SUBDIRS = includes rts docs compiler lib utils driver
+SUBDIRS = includes rts docs lib compiler utils driver
else
ifneq "$(ILXized)" "YES"
SUBDIRS = includes lib utils driver docs compiler rts