Remove more unused extensions (#1203)
* Remove additional unused extensions. * Add missing extensions
This commit is contained in:
parent
680d218719
commit
3712b200e2
1 changed files with 3 additions and 3 deletions
|
@ -125,19 +125,19 @@ library
|
||||||
, ConstraintKinds
|
, ConstraintKinds
|
||||||
, DataKinds
|
, DataKinds
|
||||||
, DeriveDataTypeable
|
, DeriveDataTypeable
|
||||||
|
, DeriveGeneric
|
||||||
|
, FlexibleContexts
|
||||||
, FlexibleInstances
|
, FlexibleInstances
|
||||||
, FunctionalDependencies
|
, FunctionalDependencies
|
||||||
, GADTs
|
, GADTs
|
||||||
, KindSignatures
|
, KindSignatures
|
||||||
, MultiParamTypeClasses
|
, MultiParamTypeClasses
|
||||||
, OverlappingInstances
|
|
||||||
, OverloadedStrings
|
, OverloadedStrings
|
||||||
, PolyKinds
|
, PolyKinds
|
||||||
, RecordWildCards
|
|
||||||
, ScopedTypeVariables
|
, ScopedTypeVariables
|
||||||
|
, TupleSections
|
||||||
, TypeFamilies
|
, TypeFamilies
|
||||||
, TypeOperators
|
, TypeOperators
|
||||||
, TypeSynonymInstances
|
|
||||||
, UndecidableInstances
|
, UndecidableInstances
|
||||||
ghc-options: -Wall -Wno-redundant-constraints
|
ghc-options: -Wall -Wno-redundant-constraints
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue