Fixing tests.

This commit is contained in:
tmbull 2017-10-09 13:16:39 -05:00
parent e3c855f133
commit e0f539f108

View file

@ -70,6 +70,10 @@ test-suite spec
, hspec >= 2.1.8
, servant
, servant-foreign
if !impl(ghc >= 8.0)
build-depends:
semigroups >= 0.16 && < 0.19
default-language: Haskell2010
default-extensions: ConstraintKinds
, DataKinds
@ -83,3 +87,4 @@ test-suite spec
, UndecidableInstances
, OverloadedStrings
, PolyKinds