Don't install the utf8-string package
authorIan Lynagh <igloo@earth.li>
Wed, 17 Mar 2010 21:27:09 +0000 (21:27 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 17 Mar 2010 21:27:09 +0000 (21:27 +0000)
ghc.mk

diff --git a/ghc.mk b/ghc.mk
index f500cf2..7b29d6d 100644 (file)
--- a/ghc.mk
+++ b/ghc.mk
@@ -862,7 +862,7 @@ INSTALLED_GHC_REAL=$(DESTDIR)$(bindir)/ghc.exe
 INSTALLED_GHC_PKG_REAL=$(DESTDIR)$(bindir)/ghc-pkg.exe
 endif
 
-INSTALLED_PACKAGES = $(filter-out haskeline mtl terminfo,$(PACKAGES))
+INSTALLED_PACKAGES = $(filter-out haskeline mtl terminfo utf8-string,$(PACKAGES))
 HIDDEN_PACKAGES = binary
 
 define set_INSTALL_DISTDIR