StrappedTemplates 0.2.0.1 → 0.2.0.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~blaze-builderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: blaze-builder
API changes (from Hackage documentation)
Files
- StrappedTemplates.cabal +2/−2
StrappedTemplates.cabal view
@@ -1,5 +1,5 @@ name: StrappedTemplates-version: 0.2.0.1+version: 0.2.0.2 synopsis: General purpose templates in haskell homepage: https://github.com/hansonkd/StrappedTemplates license: BSD3@@ -69,7 +69,7 @@ bytestring >= 0.10 && < 0.11, containers >= 0.5 && < 0.6, text >= 1.0 && < 1.3,- blaze-builder >=0.3 && < 0.4,+ blaze-builder >=0.3 && < 0.5, parsec >=3.1 && < 3.2, mtl >=2.2.1 && < 2.3, transformers >= 0.4 && < 0.5,