summaryrefslogtreecommitdiff
path: root/hadrian/hadrian.cabal
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 /hadrian/hadrian.cabal
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 'hadrian/hadrian.cabal')
-rw-r--r--hadrian/hadrian.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/hadrian/hadrian.cabal b/hadrian/hadrian.cabal
index 018068aaf3..fed233dea9 100644
--- a/hadrian/hadrian.cabal
+++ b/hadrian/hadrian.cabal
@@ -131,6 +131,7 @@ executable hadrian
, RecordWildCards
, ScopedTypeVariables
, TupleSections
+ , BangPatterns
other-extensions: MultiParamTypeClasses
, TypeFamilies
build-depends: Cabal >= 3.0 && < 3.3