summaryrefslogtreecommitdiff
path: root/libraries/ghc-boot/ghc-boot.cabal.in
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/ghc-boot/ghc-boot.cabal.in')
-rw-r--r--libraries/ghc-boot/ghc-boot.cabal.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/ghc-boot/ghc-boot.cabal.in b/libraries/ghc-boot/ghc-boot.cabal.in
index 11febb4ac0..58311b6ab9 100644
--- a/libraries/ghc-boot/ghc-boot.cabal.in
+++ b/libraries/ghc-boot/ghc-boot.cabal.in
@@ -34,14 +34,16 @@ source-repository head
Library
default-language: Haskell2010
other-extensions: DeriveGeneric, RankNTypes, ScopedTypeVariables
+ default-extensions: NoImplicitPrelude
exposed-modules:
GHC.LanguageExtensions
GHC.PackageDb
GHC.Serialized
GHC.ForeignSrcLang
+ GHC.HandleEncoding
- build-depends: base >= 4.7 && < 4.11,
+ build-depends: base >= 4.7 && < 4.13,
binary == 0.8.*,
bytestring == 0.10.*,
directory >= 1.2 && < 1.4,