blaze-markup 0.6.1.0 → 0.6.1.1
raw patch · 2 files changed
+6/−3 lines, 2 filesdep ~textPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: text
API changes (from Hackage documentation)
- Text.Blaze.Internal: instance Typeable1 MarkupM
+ Text.Blaze.Internal: instance Typeable MarkupM
Files
- CHANGELOG +3/−0
- blaze-markup.cabal +3/−3
CHANGELOG view
@@ -1,3 +1,6 @@+- 0.6.1.1+ * Bump `text` dependency to allow 1.2+ - 0.6.1.0 * Add the `null` query to Text.Blaze.Internal.
blaze-markup.cabal view
@@ -1,5 +1,5 @@ Name: blaze-markup-Version: 0.6.1.0+Version: 0.6.1.1 Homepage: http://jaspervdj.be/blaze Bug-Reports: http://github.com/jaspervdj/blaze-markup/issues License: BSD3@@ -36,7 +36,7 @@ Build-depends: base >= 4 && < 5, blaze-builder >= 0.2 && < 0.4,- text >= 0.10 && < 1.2,+ text >= 0.10 && < 1.3, bytestring >= 0.9 && < 0.11 Test-suite blaze-markup-tests@@ -59,7 +59,7 @@ -- Copied from regular dependencies... base >= 4 && < 5, blaze-builder >= 0.2 && < 0.4,- text >= 0.10 && < 1.2,+ text >= 0.10 && < 1.3, bytestring >= 0.9 && < 0.11 Source-repository head