http-attoparsec 0.1.0 → 0.1.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~attoparsec
Dependency ranges changed: attoparsec
Files
- http-attoparsec.cabal +3/−3
http-attoparsec.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.1.0+Version: 0.1.1 -- A short (one-line) description of the package. Synopsis: Attoparsec parsers for http-types.@@ -48,7 +48,7 @@ Source-repository this type: git location: https://github.com/tlaitinen/http-attoparsec.git- tag: 0.1.0+ tag: 0.1.1 Source-repository head type: git@@ -64,7 +64,7 @@ -- Packages needed in order to build this package. Build-depends: base >= 4 && < 5, bytestring >=0.9.1.5 && <0.11,- attoparsec >= 0.10.4.0 && < 0.11,+ attoparsec >= 0.10.4.0 && < 0.12, http-types >= 0.8.0 && < 0.9 -- Modules not exported by this package.