packages feed

api-builder 0.16.0.0 → 0.17.0.0

raw patch · 1 files changed

+12/−12 lines, 1 filesdep ~HTTPdep ~aesondep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: HTTP, aeson, base, bifunctors, bytestring, http-client, http-client-tls, http-types, text, tls, transformers

API changes (from Hackage documentation)

Files

api-builder.cabal view
@@ -1,5 +1,5 @@ name:           api-builder-version:        0.16.0.0+version:        0.17.0.0 synopsis:       Library for easily building REST API wrappers in Haskell category:       Network homepage:       https://github.com/intolerable/api-builder@@ -22,17 +22,17 @@     FlexibleInstances   ghc-options: -Wall   build-depends:-    HTTP ==4000.*,-    aeson >=0.9 && <1.5,-    base >=4.6 && <4.14,-    bifunctors >=4.0 &&< 6.0,-    bytestring ==0.10.*,-    http-client >=0.4.30 && <0.7,-    http-client-tls >=0.2 && <0.4,-    http-types >=0.8 && <0.13,-    text ==1.*,-    tls >=1.3 && <1.5,-    transformers >=0.4 && <0.6+    HTTP >=4000,+    aeson >=0.9,+    base >=4.6,+    bifunctors >=4.0,+    bytestring >=0.10,+    http-client >=0.4.30,+    http-client-tls >=0.2,+    http-types >=0.8,+    text >=1.0,+    tls >=1.3,+    transformers >=0.4   exposed-modules:       Network.API.Builder       Network.API.Builder.API