servant-foreign 0.15.4
This commit is contained in:
parent
e2b897d3c0
commit
3e9a6d298d
2 changed files with 13 additions and 1 deletions
|
@ -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
|
||||
------
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue