summaryrefslogtreecommitdiff
path: root/libraries/ghc-heap/ghc-heap.cabal.in
diff options
context:
space:
mode:
authorShayne Fletcher <shayne.fletcher@digitalasset.com>2018-08-21 07:58:16 -0400
committerKrzysztof Gogolewski <krz.gogolewski@gmail.com>2018-09-18 19:05:25 +0200
commit01f7cd799c1c0eb3fa91e5e0c3ca1d08594121bd (patch)
tree947e43f172dfac3f7d28fca223642b1aca7d4332 /libraries/ghc-heap/ghc-heap.cabal.in
parent4edc6d64d1bc1898c0974cf26c5713a3b2724a0b (diff)
downloadhaskell-01f7cd799c1c0eb3fa91e5e0c3ca1d08594121bd.tar.gz
NoImplicitPrelude in ghc-boot-th, ghc-boot, ghc-heap, ghci
PR: https://github.com/ghc/ghc/pull/184
Diffstat (limited to 'libraries/ghc-heap/ghc-heap.cabal.in')
-rw-r--r--libraries/ghc-heap/ghc-heap.cabal.in3
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