From 58b43cf64c73a39bb43332b1e579dbc215514a65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Hahn?= Date: Wed, 13 Jan 2016 21:43:39 +0100 Subject: [PATCH] server: add test modules to cabal file --- servant-server/servant-server.cabal | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/servant-server/servant-server.cabal b/servant-server/servant-server.cabal index d915b184..ee45da8a 100644 --- a/servant-server/servant-server.cabal +++ b/servant-server/servant-server.cabal @@ -95,11 +95,13 @@ test-suite spec hs-source-dirs: test main-is: Spec.hs other-modules: - Servant.Server.Internal.EnterSpec - Servant.Server.Internal.ConfigSpec - Servant.ServerSpec - Servant.Utils.StaticFilesSpec 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: base == 4.* , aeson