Merge pull request #1061 from phadej/generics-sop-0.4
Allow generics-sop-0.4
This commit is contained in:
commit
654b09282b
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
name: servant-client-core
|
||||
version: 0.14.1
|
||||
x-revision: 1
|
||||
x-revision: 2
|
||||
|
||||
synopsis: Core functionality and class for client function generation for servant APIs
|
||||
category: Web, Servant
|
||||
|
@ -73,7 +73,7 @@ library
|
|||
, base64-bytestring >= 1.0.0.1 && < 1.1
|
||||
, exceptions >= 0.10.0 && < 0.11
|
||||
, free >= 5.0.2 && < 5.2
|
||||
, generics-sop >= 0.3.2.0 && < 0.4
|
||||
, generics-sop >= 0.3.2.0 && < 0.5
|
||||
, http-api-data >= 0.3.8.1 && < 0.4
|
||||
, http-media >= 0.7.1.2 && < 0.8
|
||||
, http-types >= 0.12.1 && < 0.13
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: servant-client
|
||||
version: 0.14
|
||||
x-revision: 2
|
||||
x-revision: 3
|
||||
|
||||
synopsis: automatical derivation of querying functions for servant webservices
|
||||
category: Servant, Web
|
||||
|
@ -117,7 +117,7 @@ test-suite spec
|
|||
|
||||
-- Additonal dependencies
|
||||
build-depends:
|
||||
generics-sop >= 0.3.2.0 && < 0.4
|
||||
generics-sop >= 0.3.2.0 && < 0.5
|
||||
, hspec >= 2.5.1 && < 2.6
|
||||
, HUnit >= 1.6 && < 1.7
|
||||
, network >= 2.6.3.2 && < 2.9
|
||||
|
|
Loading…
Reference in a new issue