HTTP 4000.3.6 → 4000.3.7
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~HUnitdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: HUnit, base
API changes (from Hackage documentation)
Files
- HTTP.cabal +4/−4
HTTP.cabal view
@@ -1,5 +1,5 @@ Name: HTTP-Version: 4000.3.6+Version: 4000.3.7 Cabal-Version: >= 1.8 Build-type: Simple License: BSD3@@ -111,7 +111,7 @@ -- note the test harness constraints should be kept in sync with these -- where dependencies are shared- Build-depends: base >= 4.3.0.0 && < 4.10, parsec >= 2.0 && < 3.2+ Build-depends: base >= 4.3.0.0 && < 4.11, parsec >= 2.0 && < 3.2 Build-depends: array >= 0.3.0.2 && < 0.6, bytestring >= 0.9.1.5 && < 0.11 Build-depends: time >= 1.1.2.3 && < 1.9 @@ -147,13 +147,13 @@ -- note: version constraints for dependencies shared with the library -- should be the same build-depends: HTTP,- HUnit >= 1.2.0.1 && < 1.6,+ HUnit >= 1.2.0.1 && < 1.7, httpd-shed >= 0.4 && < 0.5, mtl >= 1.1.1.0 && < 2.3, bytestring >= 0.9.1.5 && < 0.11, deepseq >= 1.3.0.0 && < 1.5, pureMD5 >= 0.2.4 && < 2.2,- base >= 4.3.0.0 && < 4.10,+ base >= 4.3.0.0 && < 4.11, split >= 0.1.3 && < 0.3, test-framework >= 0.2.0 && < 0.9, test-framework-hunit >= 0.3.0 && <0.4