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 fc12109 commit 9ddaafeCopy full SHA for 9ddaafe
servant-client/CHANGELOG.md
@@ -8,6 +8,11 @@
8
client functions run.
9
([#936](https://github.com/haskell-servant/servant/pull/936))
10
11
+0.13.0.1
12
+--------
13
+
14
+- Support `base-compat-0.10`
15
16
0.13
17
----
18
servant-client/servant-client.cabal
@@ -1,6 +1,5 @@
1
name: servant-client
2
-version: 0.13
3
-x-revision: 2
+version: 0.13.0.1
4
synopsis: automatical derivation of querying functions for servant webservices
5
description:
6
This library lets you derive automatically Haskell functions that
0 commit comments