server: add test modules to cabal file
This commit is contained in:
parent
cebcfc0b4c
commit
58b43cf64c
1 changed files with 6 additions and 4 deletions
|
@ -95,11 +95,13 @@ test-suite spec
|
||||||
hs-source-dirs: test
|
hs-source-dirs: test
|
||||||
main-is: Spec.hs
|
main-is: Spec.hs
|
||||||
other-modules:
|
other-modules:
|
||||||
Servant.Server.Internal.EnterSpec
|
|
||||||
Servant.Server.Internal.ConfigSpec
|
|
||||||
Servant.ServerSpec
|
|
||||||
Servant.Utils.StaticFilesSpec
|
|
||||||
Servant.Server.ErrorSpec
|
Servant.Server.ErrorSpec
|
||||||
|
Servant.Server.Internal.ConfigSpec
|
||||||
|
Servant.Server.Internal.EnterSpec
|
||||||
|
Servant.ServerSpec
|
||||||
|
Servant.Server.UsingConfigSpec
|
||||||
|
Servant.Server.UsingConfigSpec.TestCombinators
|
||||||
|
Servant.Utils.StaticFilesSpec
|
||||||
build-depends:
|
build-depends:
|
||||||
base == 4.*
|
base == 4.*
|
||||||
, aeson
|
, aeson
|
||||||
|
|
Loading…
Reference in a new issue