blaze-markup 0.5.2.0 → 0.5.2.1
raw patch · 2 files changed
+7/−1 lines, 2 files
Files
- CHANGELOG +3/−0
- blaze-markup.cabal +4/−1
+ CHANGELOG view
@@ -0,0 +1,3 @@+- 0.5.2.0+ * Provide ToHtml and ToValue instances for Int32, Int64, Word, Word32,+ and Word64
blaze-markup.cabal view
@@ -1,5 +1,5 @@ Name: blaze-markup-Version: 0.5.2.0+Version: 0.5.2.1 Homepage: http://jaspervdj.be/blaze Bug-Reports: http://github.com/jaspervdj/blaze-markup/issues License: BSD3@@ -17,6 +17,9 @@ Build-type: Simple Cabal-version: >= 1.8++Extra-source-files:+ CHANGELOG Library Hs-source-dirs: src