We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09b2245 commit b9fb80aCopy full SHA for b9fb80a
servant-server/CHANGELOG.md
@@ -2,8 +2,8 @@ HEAD
2
----
3
4
* Add `Config` machinery (https://github.com/haskell-servant/servant/pull/327).
5
- This is a breaking change, as the signatures of both `route` and `serve` now
6
- take an extra parameter.
+ This is a breaking change, as the signatures of both `route`, `serve` and the
+ typeclass `HasServer` now take an additional parameter.
7
* Support for the `HttpVersion`, `IsSecure`, `RemoteHost` and `Vault` combinators
8
* Drop `EitherT` in favor of `ExceptT`
9
* Use `http-api-data` instead of `Servant.Common.Text`
0 commit comments