mirror of
https://github.com/github/semantic.git
synced 2024-12-26 00:12:29 +03:00
Only enable StrictData by default.
This commit is contained in:
parent
a8a3bca972
commit
17f860a6bd
@ -25,20 +25,7 @@ flag release
|
||||
-- GHC extensions shared between targets
|
||||
common haskell
|
||||
default-language: Haskell2010
|
||||
default-extensions: DataKinds
|
||||
, DeriveFoldable
|
||||
, DeriveFunctor
|
||||
, DeriveGeneric
|
||||
, DeriveTraversable
|
||||
, FlexibleContexts
|
||||
, FlexibleInstances
|
||||
, MonadFailDesugaring
|
||||
, MultiParamTypeClasses
|
||||
, OverloadedStrings
|
||||
, RecordWildCards
|
||||
, StandaloneDeriving
|
||||
, StrictData
|
||||
, TypeApplications
|
||||
default-extensions: StrictData
|
||||
|
||||
-- Except in case of vendored dependencies, these deps should be expressed
|
||||
-- as caret-operator bounds relative to a version in Stackage.
|
||||
|
Loading…
Reference in New Issue
Block a user