packages feed

blaze-html 0.3.0.0 → 0.3.0.1

raw patch · 1 files changed

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

version bump matches the API change (PVP)

Dependency ranges changed: text

API changes (from Hackage documentation)

Files

blaze-html.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.3.0.0+Version:             0.3.0.1  -- A short (one-line) description of the package. Synopsis:            A blazingly fast HTML combinator library.@@ -70,7 +70,7 @@      -- Packages needed in order to build this package.   Build-depends:     base >= 4 && < 5,-                     text >= 0.11,+                     text >= 0.10,                      bytestring >= 0.9,                      blaze-builder == 0.2.*