summaryrefslogtreecommitdiff
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
parentf95ced2635e0f29fd1b7fe76d44711ef0d236cb4 (diff)
downloadhaskell-4b18cc53a81634951cc72aa5c3e2123688b6f512.tar.gz
We no longer need to build utf8-string
haskeline no longer depends on it
-rw-r--r--ghc.mk3
-rw-r--r--packages1
2 files changed, 1 insertions, 3 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))
diff --git a/packages b/packages
index 162d5ca434..fe93177259 100644
--- a/packages
+++ b/packages
@@ -71,7 +71,6 @@ libraries/template-haskell - packages/template-haskell.git
libraries/terminfo - packages/terminfo.git git
libraries/transformers - packages/transformers.git git
libraries/unix - packages/unix.git git
-libraries/utf8-string - packages/utf8-string.git git
libraries/Win32 - packages/Win32.git git
libraries/xhtml - packages/xhtml.git git
testsuite testsuite testsuite.git git