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
GHC
Commits
1329a948
Commit
1329a948
authored
Feb 02, 2016
by
Andrey Mokhov
Browse files
Add includesDependencies to primops.txt rule.
Fix
#201
.
parent
0cf18c98
Changes
1
Show whitespace changes
Inline
Side-by-side
src/Rules/Generate.hs
View file @
1329a948
...
...
@@ -134,7 +134,7 @@ generatePackageCode _ target @ (PartialTarget stage pkg) =
-- TODO: needing platformH is ugly and fragile
when
(
pkg
==
compiler
)
$
primopsTxt
stage
%>
\
file
->
do
need
[
platformH
stage
,
primopsSource
]
need
$
[
platformH
stage
,
primopsSource
]
++
includesDependencies
build
$
fullTarget
target
HsCpp
[
primopsSource
]
[
file
]
-- TODO: why different folders for generated files?
...
...
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