summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2012-02-21 14:58:33 +0000
committerIan Lynagh <igloo@earth.li>2012-02-21 14:59:36 +0000
commit40cb7f14dba9ba5aa0532dc56d941d318eaae906 (patch)
tree2614fa28e0f40404170e23e8ac2b2830769f7bc4 /ghc.mk
parent7a7f6d703a99045cb9f590c819b795409a090022 (diff)
downloadhaskell-40cb7f14dba9ba5aa0532dc56d941d318eaae906.tar.gz
GHC trees no longer include the extensible-exceptions package
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/ghc.mk b/ghc.mk
index 813267b00c..b3f62778b4 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -54,7 +54,7 @@
# o register each package into inplace/lib/package.conf
# * build libffi
# * With bootstrapping compiler:
-# o Build libraries/{filepath,hpc,extensible-exceptions,Cabal}
+# o Build libraries/{filepath,hpc,Cabal}
# o Build compiler (stage 1)
# * With stage 1:
# o Build libraries/*
@@ -333,7 +333,7 @@ PKGS_THAT_USE_TH := $(PKGS_THAT_ARE_DPH)
#
# We assume that the stage0 compiler has a suitable bytestring package,
# so we don't have to include it below.
-PKGS_THAT_BUILD_WITH_STAGE0 = Cabal/Cabal hpc extensible-exceptions binary bin-package-db hoopl
+PKGS_THAT_BUILD_WITH_STAGE0 = Cabal/Cabal hpc binary bin-package-db hoopl
# $(EXTRA_PACKAGES) is another classification, of packages built but
# not installed
@@ -410,7 +410,6 @@ $(eval $(call addPackage,old-time))
$(eval $(call addPackage,time))
$(eval $(call addPackage,directory))
$(eval $(call addPackage,process))
-$(eval $(call addPackage,extensible-exceptions))
$(eval $(call addPackage,haskell98))
$(eval $(call addPackage,haskell2010))
$(eval $(call addPackage,hpc))