Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
74a9b651
Unverified
Commit
74a9b651
authored
May 25, 2018
by
Mikhail Glushenkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spelling [ci skip].
parent
cc5f025c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Cabal/Distribution/Simple/PreProcess.hs
Cabal/Distribution/Simple/PreProcess.hs
+1
-1
No files found.
Cabal/Distribution/Simple/PreProcess.hs
View file @
74a9b651
...
...
@@ -538,7 +538,7 @@ ppC2hsExtras d = filter (\p -> takeExtensions p == ".chs.c") `fmap`
--TODO: perhaps use this with hsc2hs too
--TODO: remove cc-options from cpphs for cabal-version: >= 1.10
--TODO: Refactor and add sep
e
rate getCppOptionsForHs, getCppOptionsForCxx, & getCppOptionsForC
--TODO: Refactor and add sep
a
rate getCppOptionsForHs, getCppOptionsForCxx, & getCppOptionsForC
-- instead of combining all these cases in a single function. This blind combination can
-- potentially lead to compilation inconsistencies.
getCppOptions
::
BuildInfo
->
LocalBuildInfo
->
[
String
]
...
...
Write
Preview
Markdown
is supported
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