template 0.2.0.7 → 0.2.0.8
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~base
Dependency ranges changed: base
Files
- template.cabal +2/−2
template.cabal view
@@ -1,5 +1,5 @@ name: template-version: 0.2.0.7+version: 0.2.0.8 description: Simple string substitution library that supports \"$\"-based substitution. Meant to be used when Text.Printf or string@@ -19,7 +19,7 @@ exposed-modules: Data.Text.Template build-depends:- base >= 3.0 && < 4.6,+ base >= 3.0 && < 5, mtl >= 1.1 && < 2.2, text >= 0.7.2 && < 0.12