Add RouterSpec and StreamingSpec to servant-server.cabal
This commit is contained in:
parent
411dff06be
commit
a5cf899eb8
1 changed files with 3 additions and 1 deletions
|
@ -101,9 +101,11 @@ test-suite spec
|
||||||
other-modules:
|
other-modules:
|
||||||
Servant.Server.ErrorSpec
|
Servant.Server.ErrorSpec
|
||||||
Servant.Server.Internal.ContextSpec
|
Servant.Server.Internal.ContextSpec
|
||||||
Servant.ServerSpec
|
Servant.Server.RouterSpec
|
||||||
|
Servant.Server.StreamingSpec
|
||||||
Servant.Server.UsingContextSpec
|
Servant.Server.UsingContextSpec
|
||||||
Servant.Server.UsingContextSpec.TestCombinators
|
Servant.Server.UsingContextSpec.TestCombinators
|
||||||
|
Servant.ServerSpec
|
||||||
Servant.Utils.StaticFilesSpec
|
Servant.Utils.StaticFilesSpec
|
||||||
build-depends:
|
build-depends:
|
||||||
base == 4.*
|
base == 4.*
|
||||||
|
|
Loading…
Reference in a new issue