packages feed

blaze-html 0.3.0.1 → 0.3.0.2

raw patch · 1 files changed

+8/−4 lines, 1 filesdep ~blaze-builderPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: blaze-builder

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.1+Version:             0.3.0.2  -- A short (one-line) description of the package. Synopsis:            A blazingly fast HTML combinator library.@@ -31,12 +31,12 @@  -- An email address to which users can send suggestions, bug reports, -- and patches.-Maintainer:          jaspervdj@gmail.com, simon.meier@inf.ethz.ch+Maintainer:          Jasper Van der Jeugt <jaspervdj@gmail.com>  -- A copyright notice. -- Copyright:            --- Stability of the pakcage (experimental, provisional, stable...)+-- Stability of the package (experimental, provisional, stable...) Stability:           Experimental  Category:            Text@@ -51,6 +51,10 @@ Cabal-version:       >=1.6  +Source-repository head+  Type:              git+  Location:          http://github.com/jaspervdj/blaze-html.git+ Library   Ghc-Options:       -Wall @@ -72,7 +76,7 @@   Build-depends:     base >= 4 && < 5,                      text >= 0.10,                      bytestring >= 0.9,-                     blaze-builder == 0.2.*+                     blaze-builder == 0.2.* && >= 0.2.1      -- Modules not exported by this package.   Other-modules:     Text.Blaze.Internal