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
d1c8ba4b
Commit
d1c8ba4b
authored
Apr 18, 2016
by
Andrey Mokhov
Browse files
Add a note on cabalDeps list.
See
#215
. [skip ci]
parent
e34e7e28
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Settings/Packages/GhcCabal.hs
View file @
d1c8ba4b
...
...
@@ -20,6 +20,9 @@ ghcCabalBootArgs = stage0 ? do
path
<-
getBuildPath
let
cabalMacros
=
path
-/-
"autogen/cabal_macros.h"
cabalMacrosBoot
=
pkgPath
ghcCabal
-/-
"cabal_macros_boot.h"
-- Note: We could have computed 'cabalDeps' instead of hard-coding it
-- but this doesn't worth the effort, since we plan to drop ghc-cabal
-- altogether at some point. See #18.
cabalDeps
<-
fromDiffExpr
$
mconcat
[
append
[
array
,
base
,
bytestring
,
containers
,
deepseq
,
directory
,
pretty
,
process
,
time
]
...
...
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