Skip to content

Commit 1114925

Browse files
committed
Allow free-5.1, lens-4.17
1 parent 2ec3596 commit 1114925

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

servant-client-core/servant-client-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ library
6969
base-compat >= 0.10.1 && < 0.11
7070
, base64-bytestring >= 1.0.0.1 && < 1.1
7171
, exceptions >= 0.10.0 && < 0.11
72-
, free >= 5.0.2 && < 5.1
72+
, free >= 5.0.2 && < 5.2
7373
, generics-sop >= 0.3.2.0 && < 0.4
7474
, http-api-data >= 0.3.8.1 && < 0.4
7575
, http-media >= 0.7.1.2 && < 0.8

servant-docs/servant-docs.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: servant-docs
22
version: 0.11.2
3-
x-revision: 4
3+
x-revision: 5
44
synopsis: generate API docs for your servant webservice
55
description:
66
Library for generating API docs from a servant API definition.
@@ -66,7 +66,7 @@ library
6666
, hashable >= 1.2.6.1 && < 1.3
6767
, http-media >= 0.7.0 && < 0.8
6868
, http-types >= 0.12 && < 0.13
69-
, lens >= 4.15.4 && < 4.17
69+
, lens >= 4.15.4 && < 4.18
7070
, string-conversions >= 0.4.0.1 && < 0.5
7171
, unordered-containers >= 0.2.8.0 && < 0.3
7272

servant-foreign/servant-foreign.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: servant-foreign
22
version: 0.11.1
3-
x-revision: 2
3+
x-revision: 3
44
synopsis: Helpers for generating clients for servant APIs in any programming language
55
description:
66
Helper types and functions for generating client functions for servant APIs in any programming language
@@ -59,7 +59,7 @@ library
5959
-- Here can be exceptions if we really need features from the newer versions.
6060
build-depends:
6161
base-compat >= 0.9.3 && <0.11
62-
, lens >= 4.15.4 && <4.17
62+
, lens >= 4.15.4 && <4.18
6363
, http-types >= 0.12 && < 0.13
6464

6565
hs-source-dirs: src

0 commit comments

Comments
 (0)