domplate 0.1 → 0.1.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- domplate.cabal +2/−2
domplate.cabal view
@@ -1,5 +1,5 @@ name: domplate-version: 0.1+version: 0.1.0.1 synopsis: A simple templating library using HTML5 as its template language. description: Add replacement, insertion, conditional and loop@@ -26,7 +26,7 @@ other-extensions: OverloadedStrings build-depends:- base >=4.5 && <4.8,+ base >=4.5 && <4.9, text >=1.1, yaml >=0.8, containers >=0.5,