diff options
author | Shayne Fletcher <shayne.fletcher@digitalasset.com> | 2018-08-21 07:58:16 -0400 |
---|---|---|
committer | Krzysztof Gogolewski <krz.gogolewski@gmail.com> | 2018-09-18 19:05:25 +0200 |
commit | 01f7cd799c1c0eb3fa91e5e0c3ca1d08594121bd (patch) | |
tree | 947e43f172dfac3f7d28fca223642b1aca7d4332 /libraries/ghc-boot/ghc-boot.cabal.in | |
parent | 4edc6d64d1bc1898c0974cf26c5713a3b2724a0b (diff) | |
download | haskell-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-boot/ghc-boot.cabal.in')
-rw-r--r-- | libraries/ghc-boot/ghc-boot.cabal.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/ghc-boot/ghc-boot.cabal.in b/libraries/ghc-boot/ghc-boot.cabal.in index 0ca9c1ec73..58311b6ab9 100644 --- a/libraries/ghc-boot/ghc-boot.cabal.in +++ b/libraries/ghc-boot/ghc-boot.cabal.in @@ -34,6 +34,7 @@ source-repository head Library default-language: Haskell2010 other-extensions: DeriveGeneric, RankNTypes, ScopedTypeVariables + default-extensions: NoImplicitPrelude exposed-modules: GHC.LanguageExtensions |