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