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:
|
||||
Servant.Server.ErrorSpec
|
||||
Servant.Server.Internal.ContextSpec
|
||||
Servant.ServerSpec
|
||||
Servant.Server.RouterSpec
|
||||
Servant.Server.StreamingSpec
|
||||
Servant.Server.UsingContextSpec
|
||||
Servant.Server.UsingContextSpec.TestCombinators
|
||||
Servant.ServerSpec
|
||||
Servant.Utils.StaticFilesSpec
|
||||
build-depends:
|
||||
base == 4.*
|
||||
|
|
Loading…
Reference in a new issue