servant/servant-client/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
..
Common servant-client: use base-compat in order to use less CPP 2016-10-17 11:52:40 -04:00
ClientSpec.hs Change to ServerT Raw m = Tagged m Application 2017-05-15 19:54:43 +03:00