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
GHC
Commits
3bbb9fba
Commit
3bbb9fba
authored
Dec 29, 2014
by
Andrey Mokhov
Browse files
Add build/autogen/Paths_library.hs to ghc-cabal results.
parent
7eb2d388
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Package.hs
View file @
3bbb9fba
...
...
@@ -120,7 +120,8 @@ buildPackageData pkg @ (Package name path todo) (stage, dist, settings) =
"haddock-prologue.txt"
,
"inplace-pkg-config"
,
"setup-config"
,
"build"
</>
"autogen"
</>
"cabal_macros.h"
"build"
</>
"autogen"
</>
"cabal_macros.h"
,
"build"
</>
"autogen"
</>
(
"Paths_"
++
name
)
<.>
"hs"
-- TODO: Is this needed? What's up with Paths_cpsa.hs?
]
&%>
\
_
->
do
need
[
path
</>
name
<.>
"cabal"
]
when
(
doesFileExist
$
path
</>
"configure.ac"
)
$
need
[
path
</>
"configure"
]
...
...
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