Add RouterSpec and StreamingSpec to servant-server.cabal

This commit is contained in:
Oleg Grenrus 2016-05-10 19:03:01 +03:00
parent 411dff06be
commit a5cf899eb8

View File

@ -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.*