Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
90c48400
Commit
90c48400
authored
Jan 13, 2015
by
Andrey Mokhov
Browse files
Remove a (useless?) output from the buildPackageData rule.
parent
9f891775
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Package/Data.hs
View file @
90c48400
...
...
@@ -88,7 +88,7 @@ buildPackageData (Package name path _) (stage, dist, settings) =
,
"setup-config"
,
"build"
</>
"autogen"
</>
"cabal_macros.h"
-- TODO: Is this needed? Also check out Paths_cpsa.hs.
,
"build"
</>
"autogen"
</>
(
"Paths_"
++
name
)
<.>
"hs"
--
, "build" </> "autogen" </> ("Paths_" ++ name) <.> "hs"
]
&%>
\
_
->
do
need
[
"shake/src/Package/Data.hs"
]
need
[
path
</>
name
<.>
"cabal"
]
...
...
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