snap-blaze 0.2.1.4 → 0.2.1.5
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~blaze-html
Dependency ranges changed: blaze-html
Files
- CHANGELOG +3/−0
- snap-blaze.cabal +2/−2
CHANGELOG view
@@ -1,3 +1,6 @@+- 0.2.1.5+ * Bump `blaze-html` dependency to allow 0.9+ - 0.2.1.4 * Bump `snap` to allow 1.0
snap-blaze.cabal view
@@ -1,5 +1,5 @@ Name: snap-blaze-Version: 0.2.1.4+Version: 0.2.1.5 Synopsis: blaze-html integration for Snap Description: blaze-html integration for Snap Homepage: http://github.com/jaspervdj/snap-blaze@@ -23,7 +23,7 @@ Build-depends: base >= 4 && < 5,- blaze-html >= 0.5 && < 0.9,+ blaze-html >= 0.5 && < 0.10, snap-core >= 0.6 && < 1.1 Source-repository head