From a5cf899eb876c3f626ffc8efd1ada5953826aa3a Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Tue, 10 May 2016 19:03:01 +0300 Subject: [PATCH] Add RouterSpec and StreamingSpec to servant-server.cabal --- servant-server/servant-server.cabal | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/servant-server/servant-server.cabal b/servant-server/servant-server.cabal index 3a91a8ad..56908b41 100644 --- a/servant-server/servant-server.cabal +++ b/servant-server/servant-server.cabal @@ -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.*