HTTP 4000.3.0 → 4000.3.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: time
API changes (from Hackage documentation)
Files
- HTTP.cabal +2/−2
HTTP.cabal view
@@ -1,5 +1,5 @@ Name: HTTP-Version: 4000.3.0+Version: 4000.3.1 Cabal-Version: >= 1.8 Build-type: Simple License: BSD3@@ -100,7 +100,7 @@ -- where dependencies are shared Build-depends: base >= 4.3.0.0 && < 4.9, 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.6+ Build-depends: time >= 1.1.2.3 && < 1.7 Extensions: FlexibleInstances