blaze-html 0.7.0.1 → 0.7.0.2
raw patch · 2 files changed
+12/−2 lines, 2 filesdep ~QuickCheck
Dependency ranges changed: QuickCheck
Files
- CHANGELOG +9/−0
- blaze-html.cabal +3/−2
+ CHANGELOG view
@@ -0,0 +1,9 @@+- 0.7.0.2+ * Bump QuickCheck dependency to 2.7++- 0.7.0.1+ * Fix incorrect blaze-markup dependency in tests++- 0.7.0.0+ * Bump blaze-markup so we get the (!?) operator for conditionally setting+ attributes
blaze-html.cabal view
@@ -1,5 +1,5 @@ Name: blaze-html-Version: 0.7.0.1+Version: 0.7.0.2 Homepage: http://jaspervdj.be/blaze Bug-Reports: http://github.com/jaspervdj/blaze-html/issues License: BSD3@@ -19,6 +19,7 @@ Cabal-version: >= 1.8 Extra-source-files:+ CHANGELOG src/Util/Sanitize.hs src/Util/GenerateHtmlCombinators.hs @@ -69,7 +70,7 @@ Build-depends: HUnit >= 1.2 && < 1.3,- QuickCheck >= 2.4 && < 2.7,+ QuickCheck >= 2.4 && < 2.8, containers >= 0.3 && < 0.6, test-framework >= 0.4 && < 0.9, test-framework-hunit >= 0.3 && < 0.4,