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 a11d456 commit e7bb9e7Copy full SHA for e7bb9e7
CHANGELOG.md
@@ -1,10 +1,15 @@
1
-0.9.4
2
------
+0.9.4.2
+-------
3
+
4
+* relax version bounds (for support of ghc-8.10.1)
5
6
+0.9.4.1
7
8
9
* `servant-0.15` support
10
11
0.9.3
--------
12
+-----
13
14
* Remove check of responseType in vanilla backend
15
([#13](https://github.com/haskell-servant/servant-js/pull/13), [#14](https://github.com/haskell-servant/servant-js/issues/14))
servant-js.cabal
@@ -1,5 +1,5 @@
name: servant-js
-version: 0.9.4.1
+version: 0.9.4.2
synopsis: Automatically derive javascript functions to query servant webservices.
category: Web, Servant
0 commit comments