ginger 0.1.1.0 → 0.1.1.1
raw patch · 1 files changed
+3/−3 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ginger.cabal +3/−3
ginger.cabal view
@@ -2,9 +2,10 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: ginger-version: 0.1.1.0+version: 0.1.1.1 synopsis: An implementation of the Jinja2 template language in Haskell--- description: +description: Ginger is Jinja, minus the most blatant pythonisms. Wants+ to be feature complete, but isn't quite there yet. homepage: https://bitbucket.org/tdammers/ginger license: MIT license-file: LICENSE@@ -54,4 +55,3 @@ , text , transformers , unordered-containers >= 0.2.5- GHC-options: -O0