api-builder 0.10.0.0 → 0.11.0.0
raw patch · 1 files changed
+4/−4 lines, 1 filesdep −http-conduitdep ~http-clientPVP ok
version bump matches the API change (PVP)
Dependencies removed: http-conduit
Dependency ranges changed: http-client
API changes (from Hackage documentation)
Files
- api-builder.cabal +4/−4
api-builder.cabal view
@@ -1,5 +1,5 @@ name: api-builder-version: 0.10.0.0+version: 0.11.0.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.10.0.0+ tag: v0.11.0.0 library exposed-modules:@@ -38,7 +38,7 @@ bifunctors >= 4.0 && < 6.0, bytestring == 0.10.*, HTTP == 4000.*,- http-client >= 0.4.11 && < 0.4.19,+ http-client >= 0.4.11 && < 0.4.21, http-client-tls >= 0.2 && < 0.2.3, http-types == 0.8.*, text == 1.*,@@ -65,7 +65,7 @@ aeson, bytestring, hspec,- http-conduit,+ http-client, text, transformers GHC-options: -Wall