From 523ecf30d28c4a42090e59dfab5d05c1db9deaef Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 17 Mar 2010 21:27:09 +0000 Subject: [PATCH] Don't install the utf8-string package --- ghc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc.mk b/ghc.mk index f500cf2..7b29d6d 100644 --- 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 -- 1.7.10.4