http-enumerator 0.7.1 → 0.7.1.1
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~asn1-datadep ~tlsdep ~tls-extraPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: asn1-data, tls, tls-extra
API changes (from Hackage documentation)
Files
- http-enumerator.cabal +4/−4
http-enumerator.cabal view
@@ -1,5 +1,5 @@ name: http-enumerator-version: 0.7.1+version: 0.7.1.1 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>@@ -33,14 +33,14 @@ , http-types >= 0.6 && < 0.7 , blaze-builder-enumerator >= 0.2 && < 0.3 , cprng-aes >= 0.2 && < 0.3- , tls >= 0.7 && < 0.8- , tls-extra >= 0.3 && < 0.4+ , tls >= 0.7 && < 0.9+ , tls-extra >= 0.3 && < 0.5 , monad-control >= 0.2 && < 0.3 , containers >= 0.2 && < 0.5 , certificate >= 0.7 && < 0.10 , case-insensitive >= 0.2 && < 0.4 , base64-bytestring >= 0.1 && < 0.2- , asn1-data >= 0.5.1 && < 0.6+ , asn1-data >= 0.5.1 && < 0.7 , data-default >= 0.3 && < 0.4 if flag(network-bytestring) build-depends: network >= 2.2.1 && < 2.2.3