shakespeare-js 1.1.3 → 1.1.4
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~shakespearePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: shakespeare
API changes (from Hackage documentation)
Files
- shakespeare-js.cabal +3/−3
shakespeare-js.cabal view
@@ -1,9 +1,9 @@ name: shakespeare-js-version: 1.1.3+version: 1.1.4 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>-maintainer: Michael Snoyman <michael@snoyman.com>+maintainer: Michael Snoyman <michael@snoyman.com>, Greg Weber <greg@gregweber.info> synopsis: Stick your haskell variables into javascript/coffeescript at compile time. description: Shakespeare is a template family for type-safe, efficient templates with simple variable interpolation . Shakespeare templates can be used inline with a quasi-quoter or in an external file. Shakespeare interpolates variables according to the type being inserted.@@ -31,7 +31,7 @@ library build-depends: base >= 4 && < 5- , shakespeare >= 1.0.4 && < 1.1+ , shakespeare >= 1.0.5 && < 1.1 , template-haskell , text >= 0.7 , aeson >= 0.5