diff options
Diffstat (limited to 'libraries/ghc-heap/ghc-heap.cabal.in')
-rw-r--r-- | libraries/ghc-heap/ghc-heap.cabal.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/ghc-heap/ghc-heap.cabal.in b/libraries/ghc-heap/ghc-heap.cabal.in index 6f9bd2d756..386c984222 100644 --- a/libraries/ghc-heap/ghc-heap.cabal.in +++ b/libraries/ghc-heap/ghc-heap.cabal.in @@ -28,6 +28,9 @@ library ghc-options: -Wall cmm-sources: cbits/HeapPrim.cmm + + default-extensions: NoImplicitPrelude + exposed-modules: GHC.Exts.Heap GHC.Exts.Heap.Closures GHC.Exts.Heap.ClosureTypes |