packages feed

HStringTemplateHelpers 0.0.11 → 0.0.14

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~FileManipCompatPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: FileManipCompat

API changes (from Hackage documentation)

Files

HStringTemplateHelpers.cabal view
@@ -1,5 +1,5 @@ Name: HStringTemplateHelpers-Version: 0.0.11+Version: 0.0.14 License: GPL License-file: gpl.txt Description: Convenience functions and instances for HStringTemplate. I will deprecate this package if its contents are integrated into HStringTemplate.@@ -17,7 +17,7 @@     Description: Choose the even newer, even smaller, split-up base package.  Library-  Build-Depends: base, HStringTemplate, filepath, directory, containers, HSH, mtl, safe, strict, FileManipCompat+  Build-Depends: base, HStringTemplate, filepath, directory, containers, HSH, mtl, safe, strict, FileManipCompat >= 0.14   if flag(base4)       Build-Depends:       base >= 4 && < 5   else