Skip to content

Commit a5cf899

Browse files
committed
Add RouterSpec and StreamingSpec to servant-server.cabal
1 parent 411dff0 commit a5cf899

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

servant-server/servant-server.cabal

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,11 @@ test-suite spec
101101
other-modules:
102102
Servant.Server.ErrorSpec
103103
Servant.Server.Internal.ContextSpec
104-
Servant.ServerSpec
104+
Servant.Server.RouterSpec
105+
Servant.Server.StreamingSpec
105106
Servant.Server.UsingContextSpec
106107
Servant.Server.UsingContextSpec.TestCombinators
108+
Servant.ServerSpec
107109
Servant.Utils.StaticFilesSpec
108110
build-depends:
109111
base == 4.*

0 commit comments

Comments
 (0)