template 0.2.0.8 → 0.2.0.9
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~text
Dependency ranges changed: text
Files
- template.cabal +3/−3
template.cabal view
@@ -1,5 +1,5 @@ name: template-version: 0.2.0.8+version: 0.2.0.9 description: Simple string substitution library that supports \"$\"-based substitution. Meant to be used when Text.Printf or string@@ -21,7 +21,7 @@ build-depends: base >= 3.0 && < 5, mtl >= 1.1 && < 2.2,- text >= 0.7.2 && < 0.12+ text >= 0.7.2 && < 1.2 extensions: CPP ghc-options: -funbox-strict-fields -Wall@@ -30,4 +30,4 @@ source-repository head type: git- location: git://github.com/tibbe/template.git+ location: https://github.com/tibbe/template