heist 0.8.1.1 → 0.8.2
raw patch · 1 files changed
+2/−4 lines, 1 filesdep −containersdep −transformersdep ~basedep ~vectorPVP ok
version bump matches the API change (PVP)
Dependencies removed: containers, transformers
Dependency ranges changed: base, vector
API changes (from Hackage documentation)
Files
- heist.cabal +2/−4
heist.cabal view
@@ -1,5 +1,5 @@ name: heist-version: 0.8.1.1+version: 0.8.2 synopsis: An (x)html templating system description: An (x)html templating system license: BSD3@@ -90,7 +90,6 @@ blaze-builder >= 0.2 && < 0.4, blaze-html >= 0.4 && < 0.6, bytestring,- containers >= 0.2 && < 0.6, directory, directory-tree, filepath,@@ -100,10 +99,9 @@ random, text >= 0.10 && < 0.12, time >= 1.1 && < 1.5,- transformers, xmlhtml >= 0.1.6 && < 0.3, unordered-containers >= 0.1.4 && < 0.3,- vector >= 0.9 && < 0.10+ vector >= 0.9 && < 0.11 if impl(ghc >= 6.12.0) ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -O2