packages feed

http-conduit 2.3.8.2 → 2.3.8.3

raw patch · 2 files changed

+7/−1 lines, 2 filesdep +attoparsec-aesondep ~aeson

Dependencies added: attoparsec-aeson

Dependency ranges changed: aeson

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # ChangeLog for http-conduit +## 2.3.8.3++* aeson 2.2 support [#512](https://github.com/snoyberg/http-client/pull/512)+ ## 2.3.8.2  * Add missing `crypton-connection` dependency
http-conduit.cabal view
@@ -1,6 +1,6 @@ cabal-version:   >= 1.10 name:            http-conduit-version:         2.3.8.2+version:         2.3.8.3 license:         BSD3 license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>@@ -42,6 +42,7 @@      if flag(aeson)       build-depends: aeson                 >= 0.8+                   , attoparsec-aeson      >= 2.1      if !impl(ghc>=7.9)       build-depends:   void >= 0.5.5@@ -90,6 +91,7 @@      if flag(aeson)       build-depends: aeson+                   , attoparsec-aeson      >= 2.1  source-repository head   type:     git