1
1
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:
Rob Rix 2019-10-30 13:16:32 -04:00
parent a8a3bca972
commit 17f860a6bd
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -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.