http-client-streams 0.3.0.0 → 0.3.1.0
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
http-client-streams.cabal view
@@ -1,5 +1,5 @@ name: http-client-streams-version: 0.3.0.0+version: 0.3.1.0 synopsis: http-client for io-streams supporting openssl license: BSD3 license-file: LICENSE@@ -25,7 +25,7 @@ library exposed-modules: System.IO.Streams.HTTP hs-source-dirs: src- build-depends: base >= 4.7 && < 4.8+ build-depends: base >= 4.7 && < 4.9 , bytestring >= 0.10 && < 0.11 , http-client >= 0.4 && < 0.5 , io-streams >= 1.2 && < 1.3