Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
29b57238
Commit
29b57238
authored
Feb 28, 2017
by
Ben Gamari
🐢
Browse files
Again disable stage0 terminfo on Windows
This accidentally regressed in D3177.
parent
db2a6676
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc.mk
View file @
29b57238
...
...
@@ -431,7 +431,9 @@ else # CLEANING
# compiler already has installed (or up-to-date enough).
PACKAGES_STAGE0
=
binary Cabal/Cabal hpc ghc-boot-th ghc-boot hoopl transformers template-haskell ghci
ifeq
"$(Windows_Host)" "NO"
PACKAGES_STAGE0
+=
terminfo
endif
PACKAGES_STAGE1
+=
ghc-prim
PACKAGES_STAGE1
+=
$(INTEGER_LIBRARY)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment