Skip to content
Snippets Groups Projects
Commit e2bf9862 authored by Andreas Klebinger's avatar Andreas Klebinger
Browse files

Enable BangPatterns for ghc and hadrian projects by default.

parent a1f34d37
No related tags found
No related merge requests found
......@@ -96,8 +96,10 @@ Library
if flag(dynamic-system-linker)
CPP-Options: -DCAN_LOAD_DLL
Other-Extensions:
Default-Extensions:
BangPatterns
Other-Extensions:
CPP
DataKinds
DeriveDataTypeable
......
......@@ -73,8 +73,9 @@ Executable ghc
GHCi.UI.Monad
GHCi.UI.Tags
GHCi.Util
Other-Extensions:
Default-Extensions:
BangPatterns
Other-Extensions:
FlexibleInstances
LambdaCase
MagicHash
......
......@@ -130,6 +130,7 @@ executable hadrian
, RecordWildCards
, ScopedTypeVariables
, TupleSections
, BangPatterns
other-extensions: MultiParamTypeClasses
, TypeFamilies
build-depends: base >= 4.8 && < 5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment