From ebd7f8bf8a0d96c2a62aba7e9b7042834dfbaa38 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 29 Sep 2009 21:12:19 +0000 Subject: [PATCH] binary is called "binary", not "ghc-binary", in the HEAD --- ghc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc.mk b/ghc.mk index 9ba50fe..9dba678 100644 --- a/ghc.mk +++ b/ghc.mk @@ -804,7 +804,7 @@ INSTALLED_GHC_PKG_REAL=$(DESTDIR)$(bindir)/ghc-pkg.exe endif INSTALLED_PACKAGES = $(filter-out haskeline mtl terminfo,$(PACKAGES)) -HIDDEN_PACKAGES = ghc-binary +HIDDEN_PACKAGES = binary install_packages: install_libexecs install_packages: libffi/package.conf.install rts/package.conf.install -- 1.7.10.4