add missing test file to servant-server.cabal

This commit is contained in:
Sönke Hahn 2016-08-14 19:58:05 +02:00
parent b1f143010e
commit d0a28e46b0

View File

@ -99,6 +99,7 @@ test-suite spec
hs-source-dirs: test
main-is: Spec.hs
other-modules:
Servant.ArbitraryMonadServerSpec
Servant.Server.ErrorSpec
Servant.Server.Internal.ContextSpec
Servant.Server.RouterSpec