summaryrefslogtreecommitdiff
path: root/hadrian/src/Rules.hs
diff options
context:
space:
mode:
Diffstat (limited to 'hadrian/src/Rules.hs')
-rw-r--r--hadrian/src/Rules.hs12
1 files changed, 6 insertions, 6 deletions
diff --git a/hadrian/src/Rules.hs b/hadrian/src/Rules.hs
index 61c5211399..5bb9d4cdc4 100644
--- a/hadrian/src/Rules.hs
+++ b/hadrian/src/Rules.hs
@@ -50,12 +50,12 @@ toolArgsTarget = do
root <- buildRoot
let dir = buildDir (vanillaContext Stage0 compiler)
- need [ root <//> dir -/- "Config.hs" ]
- need [ root <//> dir -/- "Fingerprint.hs" ]
- need [ root <//> dir -/- "Parser.hs" ]
- need [ root <//> dir -/- "Lexer.hs" ]
- need [ root <//> dir -/- "CmmParse.hs" ]
- need [ root <//> dir -/- "CmmLex.hs" ]
+ need [ root -/- dir -/- "Config.hs" ]
+ need [ root -/- dir -/- "Fingerprint.hs" ]
+ need [ root -/- dir -/- "Parser.hs" ]
+ need [ root -/- dir -/- "Lexer.hs" ]
+ need [ root -/- dir -/- "CmmParse.hs" ]
+ need [ root -/- dir -/- "CmmLex.hs" ]
-- Find out the arguments that are needed to load a module into the
-- session