summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2012-07-24 18:13:46 +0100
committerIan Lynagh <igloo@earth.li>2012-07-24 18:13:46 +0100
commit4b18cc53a81634951cc72aa5c3e2123688b6f512 (patch)
tree25b17fc05527a66d3942d712e514355300534414 /ghc.mk
parentf95ced2635e0f29fd1b7fe76d44711ef0d236cb4 (diff)
downloadhaskell-4b18cc53a81634951cc72aa5c3e2123688b6f512.tar.gz
We no longer need to build utf8-string
haskeline no longer depends on it
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 48d247a498..6f57f30b1c 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -310,7 +310,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 transformers terminfo utf8-string xhtml
+PKGS_THAT_ARE_INTREE_ONLY := haskeline transformers terminfo xhtml
PKGS_THAT_ARE_DPH := \
dph/dph-base \
@@ -424,7 +424,6 @@ $(eval $(call addPackage,binary))
$(eval $(call addPackage,bin-package-db))
$(eval $(call addPackage,hoopl))
$(eval $(call addPackage,transformers))
-$(eval $(call addPackage,utf8-string))
$(eval $(call addPackage,xhtml))
$(eval $(call addPackage,terminfo,($$(Windows),NO)))
$(eval $(call addPackage,haskeline))