summaryrefslogtreecommitdiff
path: root/ghc
diff options
context:
space:
mode:
authorAndreas Klebinger <klebinger.andreas@gmx.at>2020-06-30 13:26:33 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-07-22 20:19:22 -0400
commit9f3ff8fd24b94c9d4a221e6aba3e21de42b0f02c (patch)
treecf418c9cb4ecec7dcbb67c3163cecf3dde466be2 /ghc
parente9491668640227a7ae7f6d0506d36af3a10cdd49 (diff)
downloadhaskell-9f3ff8fd24b94c9d4a221e6aba3e21de42b0f02c.tar.gz
Enable BangPatterns, ScopedTypeVariables for ghc and hadrian by default.
This is only for their respective codebases.
Diffstat (limited to 'ghc')
-rw-r--r--ghc/ghc-bin.cabal.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in
index b87d4b7ed9..cc6864b0fa 100644
--- a/ghc/ghc-bin.cabal.in
+++ b/ghc/ghc-bin.cabal.in
@@ -74,7 +74,6 @@ Executable ghc
GHCi.UI.Tags
GHCi.Util
Other-Extensions:
- BangPatterns
FlexibleInstances
LambdaCase
MagicHash
@@ -102,3 +101,5 @@ Executable ghc
-- GHCi can be used to load it all at once.
Default-Extensions:
NoImplicitPrelude
+ , ScopedTypeVariables
+ , BangPatterns \ No newline at end of file