[commit: ghc] master: Ship xhtml, terminfo, haskeline (#8919) (4caadb7)
git at git.haskell.org
git at git.haskell.org
Mon Jun 9 13:19:38 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/4caadb7cbee5c176abb99df25c4cc1657ae57f40/ghc
>---------------------------------------------------------------
commit 4caadb7cbee5c176abb99df25c4cc1657ae57f40
Author: Jens Petersen <petersen at redhat.com>
Date: Mon Jun 9 08:19:08 2014 -0500
Ship xhtml, terminfo, haskeline (#8919)
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
4caadb7cbee5c176abb99df25c4cc1657ae57f40
ghc.mk | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/ghc.mk b/ghc.mk
index 76eab17..3beab67 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -425,13 +425,6 @@ PACKAGES_STAGE2 += haskell98
PACKAGES_STAGE2 += haskell2010
endif
-# We normally install only the packages down to this point
-REGULAR_INSTALL_PACKAGES := $(addprefix libraries/,$(PACKAGES_STAGE1))
-ifneq "$(Stage1Only)" "YES"
-REGULAR_INSTALL_PACKAGES += compiler
-endif
-REGULAR_INSTALL_PACKAGES += $(addprefix libraries/,$(PACKAGES_STAGE2))
-
PACKAGES_STAGE1 += xhtml
ifeq "$(Windows_Target)" "NO"
ifneq "$(TargetOS_CPP)" "ios"
@@ -440,6 +433,13 @@ endif
endif
PACKAGES_STAGE1 += haskeline
+# We normally install only the packages down to this point
+REGULAR_INSTALL_PACKAGES := $(addprefix libraries/,$(PACKAGES_STAGE1))
+ifneq "$(Stage1Only)" "YES"
+REGULAR_INSTALL_PACKAGES += compiler
+endif
+REGULAR_INSTALL_PACKAGES += $(addprefix libraries/,$(PACKAGES_STAGE2))
+
# If we have built the programs with dynamic libraries, then
# ghc will be dynamically linked against haskeline.so etc, so
# we need the dynamic libraries of everything down to here
More information about the ghc-commits
mailing list