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
Packages
Cabal
Commits
cf6c3099
Commit
cf6c3099
authored
Jun 17, 2014
by
Mikhail Glushenkov
Browse files
Merge pull request #1948 from phischu/rebased-haskellsuite-cppoptions
give cpp options to haskell-suite
parents
cb4f1ac2
318fc324
Changes
1
Hide whitespace changes
Inline
Side-by-side
Cabal/Distribution/Simple/HaskellSuite.hs
View file @
cf6c3099
...
...
@@ -172,6 +172,7 @@ buildLib verbosity pkg_descr lbi lib clbi = do
|
(
ipkgid
,
_
)
<-
componentPackageDeps
clbi
]
++
[
"-G"
,
display
language
]
++
concat
[
[
"-X"
,
display
ex
]
|
ex
<-
usedExtensions
bi
]
++
cppOptions
(
libBuildInfo
lib
)
++
[
display
modu
|
modu
<-
libModules
lib
]
...
...
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