diff options
Diffstat (limited to 'hadrian/src/Rules/Lint.hs')
-rw-r--r-- | hadrian/src/Rules/Lint.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hadrian/src/Rules/Lint.hs b/hadrian/src/Rules/Lint.hs index 6ca4e12674..dda608353c 100644 --- a/hadrian/src/Rules/Lint.hs +++ b/hadrian/src/Rules/Lint.hs @@ -12,7 +12,7 @@ lintRules = do root <- buildRootRules "lint:base" ~> lint base "lint:compiler" ~> lint compiler - root -/- "libraries" -/- "base" -/- "include" -/- "HsBaseConfig.h" %> \_ -> + "libraries" -/- "base" -/- "include" -/- "HsBaseConfig.h" %> \_ -> -- ./configure is called here manually because we need to generate -- HsBaseConfig.h, which is created from HsBaseConfig.h.in. ./configure -- is usually run by Cabal which generates this file but if we do that |