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
Shayne Fletcher
Glasgow Haskell Compiler
Commits
351f4d42
Commit
351f4d42
authored
Oct 20, 2010
by
Ian Lynagh
Browse files
Follow Cabal change: Use usedExtensions rather than extensions
parent
12f7b865
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/ghc-cabal/ghc-cabal.hs
View file @
351f4d42
...
...
@@ -363,7 +363,7 @@ generate config_args distdir directory
variablePrefix
++
"_HC_OPTS = "
++
escape
(
unwords
(
programDefaultArgs
ghcProg
++
hcOptions
GHC
bi
++
extensionsToFlags
(
compiler
lbi
)
(
e
xtensions
bi
)
++
extensionsToFlags
(
compiler
lbi
)
(
usedE
xtensions
bi
)
++
programOverrideArgs
ghcProg
)),
variablePrefix
++
"_CC_OPTS = "
++
unwords
(
ccOptions
bi
),
variablePrefix
++
"_CPP_OPTS = "
++
unwords
(
cppOptions
bi
),
...
...
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