add ghc-6.12.1-no-filter-libs.patch

This commit is contained in:
Jens Petersen 2010-01-10 16:09:39 +00:00
parent b21eb153ec
commit c07a273d46
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
diff -u ghc-6.12.1/ghc.mk\~ ghc-6.12.1/ghc.mk
--- ghc-6.12.1/ghc.mk~ 2009-12-11 04:11:33.000000000 +1000
+++ ghc-6.12.1/ghc.mk 2010-01-09 23:17:20.000000000 +1000
@@ -846,7 +846,7 @@
INSTALLED_GHC_PKG_REAL=$(DESTDIR)$(bindir)/ghc-pkg.exe
endif
-INSTALLED_PACKAGES = $(filter-out haskeline mtl terminfo,$(PACKAGES))
+INSTALLED_PACKAGES = $(PACKAGES)
HIDDEN_PACKAGES = ghc-binary
define set_INSTALL_DISTDIR