diff options
author | Ian Lynagh <igloo@earth.li> | 2012-07-24 18:13:46 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-07-24 18:13:46 +0100 |
commit | 4b18cc53a81634951cc72aa5c3e2123688b6f512 (patch) | |
tree | 25b17fc05527a66d3942d712e514355300534414 /ghc.mk | |
parent | f95ced2635e0f29fd1b7fe76d44711ef0d236cb4 (diff) | |
download | haskell-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.mk | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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)) |