Update other-extensions.
This commit is contained in:
parent
21667cc049
commit
0658ab674f
1 changed files with 8 additions and 2 deletions
|
@ -55,19 +55,25 @@ library
|
||||||
, network-uri >= 2.6
|
, network-uri >= 2.6
|
||||||
hs-source-dirs: src
|
hs-source-dirs: src
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
other-extensions: DataKinds
|
other-extensions: ConstraintKinds
|
||||||
|
, DataKinds
|
||||||
, DeriveDataTypeable
|
, DeriveDataTypeable
|
||||||
|
, FlexibleInstances
|
||||||
, FunctionalDependencies
|
, FunctionalDependencies
|
||||||
|
, GADTs
|
||||||
, KindSignatures
|
, KindSignatures
|
||||||
, MultiParamTypeClasses
|
, MultiParamTypeClasses
|
||||||
|
, OverlappingInstances
|
||||||
|
, OverloadedStrings
|
||||||
, PolyKinds
|
, PolyKinds
|
||||||
, QuasiQuotes
|
, QuasiQuotes
|
||||||
|
, RecordWildCards
|
||||||
, ScopedTypeVariables
|
, ScopedTypeVariables
|
||||||
, TemplateHaskell
|
, TemplateHaskell
|
||||||
, TypeFamilies
|
, TypeFamilies
|
||||||
, TypeOperators
|
, TypeOperators
|
||||||
|
, TypeSynonymInstances
|
||||||
, UndecidableInstances
|
, UndecidableInstances
|
||||||
, FlexibleInstances
|
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
|
|
||||||
test-suite spec
|
test-suite spec
|
||||||
|
|
Loading…
Reference in a new issue