packages feed

template 0.2.0.9 → 0.2.0.10

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~mtldep ~text

Dependency ranges changed: mtl, text

Files

template.cabal view
@@ -1,5 +1,5 @@ name:                template-version:             0.2.0.9+version:             0.2.0.10 description:   Simple string substitution library that supports \"$\"-based   substitution.  Meant to be used when Text.Printf or string@@ -20,8 +20,8 @@    build-depends:     base >= 3.0 && < 5,-    mtl >= 1.1 && < 2.2,-    text >= 0.7.2 && < 1.2+    mtl >= 1.1 && < 2.3,+    text >= 0.7.2 && < 1.3    extensions: CPP   ghc-options: -funbox-strict-fields -Wall