Skip to content
Snippets Groups Projects
Commit f31b042c authored by Jens Petersen's avatar Jens Petersen Committed by Austin Seipp
Browse files

Ship xhtml, terminfo, haskeline (#8919)


Signed-off-by: default avatarAustin Seipp <austin@well-typed.com>
(cherry picked from commit 4caadb7c)
parent 8d457bef
No related branches found
No related tags found
No related merge requests found
......@@ -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))
ifeq "$(Stage1Only)" "NO"
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))
ifeq "$(Stage1Only)" "NO"
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment