Fixing tests.
This commit is contained in:
parent
e3c855f133
commit
e0f539f108
1 changed files with 5 additions and 0 deletions
|
@ -70,6 +70,10 @@ test-suite spec
|
||||||
, hspec >= 2.1.8
|
, hspec >= 2.1.8
|
||||||
, servant
|
, servant
|
||||||
, servant-foreign
|
, servant-foreign
|
||||||
|
if !impl(ghc >= 8.0)
|
||||||
|
build-depends:
|
||||||
|
semigroups >= 0.16 && < 0.19
|
||||||
|
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
default-extensions: ConstraintKinds
|
default-extensions: ConstraintKinds
|
||||||
, DataKinds
|
, DataKinds
|
||||||
|
@ -83,3 +87,4 @@ test-suite spec
|
||||||
, UndecidableInstances
|
, UndecidableInstances
|
||||||
, OverloadedStrings
|
, OverloadedStrings
|
||||||
, PolyKinds
|
, PolyKinds
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue