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 ba3a2f7 commit bd40d46Copy full SHA for bd40d46
servant-docs/servant-docs.cabal
@@ -64,7 +64,7 @@ library
64
, case-insensitive >= 1.2.0.10 && < 1.3
65
, control-monad-omega >= 0.3.1 && < 0.4
66
, hashable >= 1.2.6.1 && < 1.3
67
- , http-media >= 0.7.1.1 && < 0.8
+ , http-media >= 0.7.0 && < 0.8
68
, http-types >= 0.12 && < 0.13
69
, lens >= 4.15.4 && < 4.17
70
, string-conversions >= 0.4.0.1 && < 0.5
servant-foreign/servant-foreign.cabal
@@ -1,6 +1,6 @@
1
name: servant-foreign
2
version: 0.11.1
3
-x-revision: 1
+x-revision: 2
4
synopsis: Helpers for generating clients for servant APIs in any programming language
5
description:
6
Helper types and functions for generating client functions for servant APIs in any programming language
0 commit comments