packages feed

http-types 0.8.1 → 0.8.2

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~array

Dependency ranges changed: array

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.8.1+Version:             0.8.2  -- A short (one-line) description of the package. Synopsis:            Generic HTTP types for Haskell (for both client and server code).@@ -47,12 +47,12 @@  Source-repository this   type: git-  location: https://github.com/aristidb/aws.git+  location: https://github.com/aristidb/http-types.git   tag: 0.8.1  Source-repository head   type: git-  location: https://github.com/aristidb/aws.git+  location: https://github.com/aristidb/http-types.git  Library   -- Modules exported by the library.@@ -70,7 +70,7 @@   -- Packages needed in order to build this package.   Build-depends:       base >= 4 && < 5,                        bytestring >=0.9.1.5 && <0.11,-                       array >=0.2 && <0.5,+                       array >=0.2 && <0.6,                        case-insensitive >=0.2 && <1.2,                        blaze-builder >= 0.2.1.4 && < 0.4,                        text >= 0.11.0.2 && < 0.12