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
Glasgow Haskell Compiler
Packages
Cabal
Commits
442fa86d
Commit
442fa86d
authored
Jun 14, 2004
by
bjorn@bringert.net
Browse files
add -i flag to ghc to find sources
parent
2b792141
Changes
1
Hide whitespace changes
Inline
Side-by-side
Distribution/Simple/Build.hs
View file @
442fa86d
...
...
@@ -114,6 +114,7 @@ constructGHCCmdLine pref pkg_descr _ =
]
++
extensionsToGHCFlag
(
extensions
pkg_descr
)
++
[
opt
|
(
GHC
,
opts
)
<-
options
pkg_descr
,
opt
<-
opts
]
++
[
"-i"
++
pref
]
++
allModules
pkg_descr
extensionsToGHCFlag
::
[
Extension
]
->
[
String
]
...
...
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