blaze-html 0.5.1.0 → 0.5.1.1
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~QuickCheckdep ~containersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck, containers
API changes (from Hackage documentation)
Files
- blaze-html.cabal +5/−5
blaze-html.cabal view
@@ -1,5 +1,5 @@ Name: blaze-html-Version: 0.5.1.0+Version: 0.5.1.1 Homepage: http://jaspervdj.be/blaze Bug-Reports: http://github.com/jaspervdj/blaze-html/issues License: BSD3@@ -18,7 +18,7 @@ Build-type: Simple Cabal-version: >= 1.8 -Extra-source-files: +Extra-source-files: src/Util/Sanitize.hs src/Util/GenerateHtmlCombinators.hs @@ -48,7 +48,7 @@ Text.Blaze.XHtml1.Transitional.Attributes Text.Blaze.XHtml5 Text.Blaze.XHtml5.Attributes- + Build-depends: base >= 4 && < 5, blaze-builder >= 0.2 && < 0.4,@@ -69,8 +69,8 @@ Build-depends: HUnit >= 1.2 && < 1.3,- QuickCheck >= 2.4 && < 2.5,- containers >= 0.3 && < 0.5,+ QuickCheck >= 2.4 && < 2.6,+ containers >= 0.3 && < 0.6, test-framework >= 0.4 && < 0.7, test-framework-hunit >= 0.2 && < 0.3, test-framework-quickcheck2 >= 0.2 && < 0.3,