servant-foreign 0.15.4

This commit is contained in:
Maxim Koltsov 2021-06-23 23:47:01 +02:00
parent e2b897d3c0
commit 21682f6b72
No known key found for this signature in database
GPG Key ID: 52B5EDB68BF54442
2 changed files with 13 additions and 1 deletions

View File

@ -1,6 +1,18 @@
[The latest version of this document is on GitHub.](https://github.com/haskell-servant/servant/blob/master/servant-foreign/CHANGELOG.md)
[Changelog for `servant` package contains significant entries for all core packages.](https://github.com/haskell-servant/servant/blob/master/servant/CHANGELOG.md)
0.15.4
------
### Significant changes
- Documentation improvements.
### Other changes
- Support GHC-9.0.1.
- Bump `lens` and `hspec` dependencies.
0.15.3
------

View File

@ -1,6 +1,6 @@
cabal-version: >=1.10
name: servant-foreign
version: 0.15.3
version: 0.15.4
synopsis: Helpers for generating clients for servant APIs in any programming language
category: Servant, Web