Skip to content

Commit 21682f6

Browse files
committed
servant-foreign 0.15.4
1 parent e2b897d commit 21682f6

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

servant-foreign/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
[The latest version of this document is on GitHub.](https://github.com/haskell-servant/servant/blob/master/servant-foreign/CHANGELOG.md)
22
[Changelog for `servant` package contains significant entries for all core packages.](https://github.com/haskell-servant/servant/blob/master/servant/CHANGELOG.md)
33

4+
0.15.4
5+
------
6+
7+
### Significant changes
8+
9+
- Documentation improvements.
10+
11+
### Other changes
12+
13+
- Support GHC-9.0.1.
14+
- Bump `lens` and `hspec` dependencies.
15+
416
0.15.3
517
------
618

servant-foreign/servant-foreign.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: >=1.10
22
name: servant-foreign
3-
version: 0.15.3
3+
version: 0.15.4
44

55
synopsis: Helpers for generating clients for servant APIs in any programming language
66
category: Servant, Web

0 commit comments

Comments
 (0)