packages feed

api-builder 0.7.0.1 → 0.7.1.0

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~http-clientPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: http-client

API changes (from Hackage documentation)

Files

api-builder.cabal view
@@ -1,5 +1,5 @@ name: api-builder-version: 0.7.0.1+version: 0.7.1.0 synopsis: Library for easily building REST API wrappers in Haskell license: BSD3 license-file: LICENSE@@ -18,7 +18,7 @@ source-repository this   type: git   location: git://github.com/intolerable/api-builder.git-  tag: v0.7.0.1+  tag: v0.7.1.0  library   exposed-modules:@@ -40,7 +40,7 @@     bytestring == 0.10.*,     either == 4.*,     HTTP == 4000.*,-    http-client >= 0.4.7 && < 0.4.10,+    http-client == 0.4.7.* || == 0.4.11.*,     http-conduit == 2.*,     http-types == 0.8.*,     text == 1.*,