packages feed

HTTP 4000.3.11 → 4000.3.12

raw patch · 1 files changed

+6/−4 lines, 1 filesdep ~Win32dep ~basedep ~networkPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: Win32, base, network

API changes (from Hackage documentation)

Files

HTTP.cabal view
@@ -1,5 +1,5 @@ Name: HTTP-Version: 4000.3.11+Version: 4000.3.12 Cabal-Version: >= 1.8 Build-type: Simple License: BSD3@@ -56,6 +56,8 @@  Extra-Source-Files: CHANGES +tested-with: GHC==8.4.1, GHC==8.2.2, GHC==8.0.2, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2, GHC==7.2.2, GHC==7.0.4+ Source-Repository head   type: git   location: https://github.com/haskell/HTTP.git@@ -120,7 +122,7 @@     Build-depends: mtl >= 2.0 && < 2.3    if flag(network-uri)-    Build-depends: network-uri == 2.6.*, network == 2.6.*+    Build-depends: network-uri == 2.6.*, network >= 2.6 && < 2.8   else     Build-depends: network >= 2.2.1.8 && < 2.6 @@ -128,7 +130,7 @@     ghc-options:      -Werror    if os(windows)-    Build-depends: Win32 >= 2.2.0.0 && < 2.7+    Build-depends: Win32 >= 2.2.0.0 && < 2.8  Test-Suite test   type: exitcode-stdio-1.0@@ -155,7 +157,7 @@                      test-framework-hunit >= 0.3.0 && <0.4    if flag(network-uri)-    Build-depends: network-uri == 2.6.*, network == 2.6.*+    Build-depends: network-uri == 2.6.*, network >= 2.6 && < 2.8   else     Build-depends: network >= 2.2.1.5 && < 2.6