summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2012-05-19 12:27:26 +0100
committerIan Lynagh <igloo@earth.li>2012-05-19 12:55:22 +0100
commit0f4925b6dfa40010bbf19e2824224b5a568d4f57 (patch)
tree55e68351d8e670d8ab37a6e2af4786f90bbf7c85 /ghc.mk
parent293475bc48bdb41c2629d752b2cbe2bd49b71571 (diff)
downloadhaskell-0f4925b6dfa40010bbf19e2824224b5a568d4f57.tar.gz
Use transformers directly, rather than using mtl
This means we no longer need mtl in a GHC tree.
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/ghc.mk b/ghc.mk
index a23171caa7..41371d01a7 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -309,7 +309,7 @@ endif
# They do not say "this package will be built"; see $(PACKAGES_xx) for that
# Packages that are built but not installed
-PKGS_THAT_ARE_INTREE_ONLY := haskeline mtl terminfo utf8-string xhtml
+PKGS_THAT_ARE_INTREE_ONLY := haskeline transformers terminfo utf8-string xhtml
PKGS_THAT_ARE_DPH := \
dph/dph-base \
@@ -420,7 +420,6 @@ $(eval $(call addPackage,binary))
$(eval $(call addPackage,bin-package-db))
$(eval $(call addPackage,hoopl))
$(eval $(call addPackage,transformers))
-$(eval $(call addPackage,mtl))
$(eval $(call addPackage,utf8-string))
$(eval $(call addPackage,xhtml))
$(eval $(call addPackage,terminfo,($$(Windows),NO)))