Skip to content

Commit d52c5d0

Browse files
committed
servant-server 0.19.1
1 parent 89b66a3 commit d52c5d0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

servant-server/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33

44
Package versions follow the [Package Versioning Policy](https://pvp.haskell.org/): in A.B.C, bumps to either A or B represent major versions.
55

6-
Unreleased
7-
----------
6+
0.19.1
7+
------
88

99
- Add `MonadFail` instance for `Handler` wrt [#1545](https://github.com/haskell-servant/servant/issues/1545)
10+
- Support GHC 9.2 [#1525](https://github.com/haskell-servant/servant/issues/1525)
1011

1112
0.19
1213
----

servant-server/servant-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: servant-server
3-
version: 0.19
3+
version: 0.19.1
44

55
synopsis: A family of combinators for defining webservices APIs and serving them
66
category: Servant, Web

0 commit comments

Comments
 (0)