snap-blaze 0.2.1.0 → 0.2.1.1
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~blaze-htmlPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: blaze-html
API changes (from Hackage documentation)
Files
- snap-blaze.cabal +5/−5
snap-blaze.cabal view
@@ -1,5 +1,5 @@ Name: snap-blaze-Version: 0.2.1.0+Version: 0.2.1.1 Synopsis: blaze-html integration for Snap Description: blaze-html integration for Snap Homepage: http://github.com/jaspervdj/snap-blaze@@ -16,12 +16,12 @@ Hs-source-dirs: src Ghc-options: -Wall - Exposed-modules: + Exposed-modules: Snap.Blaze- - Build-depends: ++ Build-depends: base >= 4 && < 5,- blaze-html >= 0.5 && < 0.6,+ blaze-html >= 0.5 && < 0.7, snap-core >= 0.6 && < 0.10 Source-repository head