diff options
Diffstat (limited to 'hadrian')
| -rw-r--r-- | hadrian/src/Packages.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hadrian/src/Packages.hs b/hadrian/src/Packages.hs index f75236cd9a..1a7fbbe5cd 100644 --- a/hadrian/src/Packages.hs +++ b/hadrian/src/Packages.hs @@ -179,7 +179,7 @@ timeoutPath = "testsuite/timeout/install-inplace/bin/timeout" <.> exe -- TODO: Can we extract this information from Cabal files? -- | Some program packages should not be linked with Haskell main function. nonHsMainPackage :: Package -> Bool -nonHsMainPackage = (`elem` [ghc, hp2ps, iserv, touchy, unlit, ghciWrapper]) +nonHsMainPackage = (`elem` [hp2ps, iserv, touchy, unlit, ghciWrapper]) -- TODO: Combine this with 'programName'. -- | Path to the @autogen@ directory generated by 'buildAutogenFiles'. |
