Allow free-5.1, lens-4.17
This commit is contained in:
parent
2ec3596c56
commit
1114925048
3 changed files with 5 additions and 5 deletions
|
@ -69,7 +69,7 @@ library
|
|||
base-compat >= 0.10.1 && < 0.11
|
||||
, base64-bytestring >= 1.0.0.1 && < 1.1
|
||||
, exceptions >= 0.10.0 && < 0.11
|
||||
, free >= 5.0.2 && < 5.1
|
||||
, free >= 5.0.2 && < 5.2
|
||||
, generics-sop >= 0.3.2.0 && < 0.4
|
||||
, http-api-data >= 0.3.8.1 && < 0.4
|
||||
, http-media >= 0.7.1.2 && < 0.8
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: servant-docs
|
||||
version: 0.11.2
|
||||
x-revision: 4
|
||||
x-revision: 5
|
||||
synopsis: generate API docs for your servant webservice
|
||||
description:
|
||||
Library for generating API docs from a servant API definition.
|
||||
|
@ -66,7 +66,7 @@ library
|
|||
, hashable >= 1.2.6.1 && < 1.3
|
||||
, http-media >= 0.7.0 && < 0.8
|
||||
, http-types >= 0.12 && < 0.13
|
||||
, lens >= 4.15.4 && < 4.17
|
||||
, lens >= 4.15.4 && < 4.18
|
||||
, string-conversions >= 0.4.0.1 && < 0.5
|
||||
, unordered-containers >= 0.2.8.0 && < 0.3
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: servant-foreign
|
||||
version: 0.11.1
|
||||
x-revision: 2
|
||||
x-revision: 3
|
||||
synopsis: Helpers for generating clients for servant APIs in any programming language
|
||||
description:
|
||||
Helper types and functions for generating client functions for servant APIs in any programming language
|
||||
|
@ -59,7 +59,7 @@ library
|
|||
-- Here can be exceptions if we really need features from the newer versions.
|
||||
build-depends:
|
||||
base-compat >= 0.9.3 && <0.11
|
||||
, lens >= 4.15.4 && <4.17
|
||||
, lens >= 4.15.4 && <4.18
|
||||
, http-types >= 0.12 && < 0.13
|
||||
|
||||
hs-source-dirs: src
|
||||
|
|
Loading…
Reference in a new issue