add missing test file to servant-server.cabal
This commit is contained in:
parent
b1f143010e
commit
d0a28e46b0
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ test-suite spec
|
||||||
hs-source-dirs: test
|
hs-source-dirs: test
|
||||||
main-is: Spec.hs
|
main-is: Spec.hs
|
||||||
other-modules:
|
other-modules:
|
||||||
|
Servant.ArbitraryMonadServerSpec
|
||||||
Servant.Server.ErrorSpec
|
Servant.Server.ErrorSpec
|
||||||
Servant.Server.Internal.ContextSpec
|
Servant.Server.Internal.ContextSpec
|
||||||
Servant.Server.RouterSpec
|
Servant.Server.RouterSpec
|
||||||
|
|
Loading…
Reference in a new issue