summaryrefslogtreecommitdiff
path: root/hadrian/src/Rules/Lint.hs
diff options
context:
space:
mode:
Diffstat (limited to 'hadrian/src/Rules/Lint.hs')
-rw-r--r--hadrian/src/Rules/Lint.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/hadrian/src/Rules/Lint.hs b/hadrian/src/Rules/Lint.hs
index ad278b60fb..c48ac51106 100644
--- a/hadrian/src/Rules/Lint.hs
+++ b/hadrian/src/Rules/Lint.hs
@@ -66,11 +66,10 @@ compiler = do
let stage1Lib = buildDir </> "stage1/lib"
let stage1Compiler = buildDir </> "stage1/compiler/build"
let machDeps = "includes/MachDeps.h"
- let hsVersions = "compiler/HsVersions.h"
let compilerDir = "compiler"
let ghcautoconf = stage1Lib </> "ghcautoconf.h"
let ghcplatform = stage1Lib </> "ghcplatform.h"
- need $ mconcat [[ghcautoconf, ghcplatform], hsIncls stage1Compiler, [machDeps, hsVersions]]
+ need $ mconcat [[ghcautoconf, ghcplatform], hsIncls stage1Compiler, [machDeps]]
let includeDirs =
[ "includes"
, stage1Lib