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
|
||||
hs-source-dirs: src
|
||||
default-language: Haskell2010
|
||||
other-extensions: DataKinds
|
||||
other-extensions: ConstraintKinds
|
||||
, DataKinds
|
||||
, DeriveDataTypeable
|
||||
, FlexibleInstances
|
||||
, FunctionalDependencies
|
||||
, GADTs
|
||||
, KindSignatures
|
||||
, MultiParamTypeClasses
|
||||
, OverlappingInstances
|
||||
, OverloadedStrings
|
||||
, PolyKinds
|
||||
, QuasiQuotes
|
||||
, RecordWildCards
|
||||
, ScopedTypeVariables
|
||||
, TemplateHaskell
|
||||
, TypeFamilies
|
||||
, TypeOperators
|
||||
, TypeSynonymInstances
|
||||
, UndecidableInstances
|
||||
, FlexibleInstances
|
||||
ghc-options: -Wall
|
||||
|
||||
test-suite spec
|
||||
|
|
Loading…
Reference in a new issue