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
318fc324
Commit
318fc324
authored
Jun 16, 2014
by
phischu
Browse files
give cpp options to haskell-suite
parent
cb4f1ac2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Cabal/Distribution/Simple/HaskellSuite.hs
View file @
318fc324
...
...
@@ -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