blaze-html 0.9.0.0 → 0.9.0.1
raw patch · 2 files changed
+16/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG +15/−0
- blaze-html.cabal +1/−1
CHANGELOG view
@@ -1,3 +1,18 @@+# Changelog++- 0.9.0.1+ * Fix CHANGELOG++- 0.9.0.0+ * Bump blaze-html dependency to 0.8. This has a few consequences:+ - Make `MarkupM` finally adhere to the Monad laws+ - Stricten the `IsString` instance to only work with `MarkupM ()` and+ not `MarkupM a`+ - Change the type of `contents` to `MarkupM a -> MarkupM a`+ - Add a `Semigroup` instance for `MarkupM`++- 0.7.1.1+ - 0.8.1.3 * Bump HUnit dependency to 1.5
blaze-html.cabal view
@@ -1,5 +1,5 @@ Name: blaze-html-Version: 0.9.0.0+Version: 0.9.0.1 Homepage: http://jaspervdj.be/blaze Bug-Reports: http://github.com/jaspervdj/blaze-html/issues License: BSD3