packages feed

http-types 0.6.2 → 0.6.3

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~arrayPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: array

API changes (from Hackage documentation)

Files

http-types.cabal view
@@ -7,7 +7,7 @@ -- The package version. See the Haskell package versioning policy -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for -- standards guiding when and how versions should be incremented.-Version:             0.6.2+Version:             0.6.3  -- A short (one-line) description of the package. Synopsis:            Generic HTTP types for Haskell (for both client and server code).@@ -59,7 +59,7 @@   -- Packages needed in order to build this package.   Build-depends:       base >= 4 && < 5,                        bytestring >=0.9.1.5 && <0.10,-                       array >=0.3 && <0.4,+                       array >=0.2 && <0.4,                        case-insensitive >=0.2 && <0.3,                        blaze-builder >= 0.2.1.4 && < 0.4,                        text >= 0.11.0.2 && < 0.12