Skip to content
GitLab
Menu
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
291acff5
Commit
291acff5
authored
May 18, 2006
by
Simon Marlow
Browse files
take parsec out of $(GhcBootLibs)
parent
317da78a
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/Makefile
View file @
291acff5
...
...
@@ -16,11 +16,11 @@ SUBDIRS += unix
endif
SUBDIRS
+=
Cabal
SUBDIRS
+=
$(
wildcard
parsec
)
# Set GhcBootLibs=YES from the command line to work with just the libraries
# needed to bootstrap GHC.
ifneq
"$(GhcBootLibs)" "YES"
SUBDIRS
+=
$(
wildcard
parsec
)
SUBDIRS
+=
$(
wildcard
haskell-src
)
SUBDIRS
+=
$(
wildcard
time
)
SUBDIRS
+=
$(
wildcard
network
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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