servant/servant-server/test/Servant
Alexander Vieth 6389134423 Change to ServerT Raw m = Tagged m Application
For uniformity of Enter.

Previously, `ServerT Raw m ~ Application`. Seems reasonable, but has the
unfortunate consequence of making `Enter` useless for `Raw` routes.
With this change `Tagged m Application` is retagged by `Enter`.
2017-05-15 19:54:43 +03:00
..
Server Check for parse errors in HasServer Header instance 2017-04-06 14:52:55 +02:00
Utils fix static file serving test 2017-01-17 14:14:46 +02:00
ArbitraryMonadServerSpec.hs Redo Enter 2017-04-28 14:31:57 +03:00
ServerSpec.hs Change to ServerT Raw m = Tagged m Application 2017-05-15 19:54:43 +03:00