diff options
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r-- | compiler/ghc.cabal.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index a961160e61..817b410b0f 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -161,6 +161,13 @@ Library utils vectorise + -- we use an explicit Prelude + Default-Extensions: + NoImplicitPrelude + + Other-Modules: + GhcPrelude + Exposed-Modules: Ar FileCleanup |