blaze-html-truncate 0.1.0.2 → 0.1.0.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
blaze-html-truncate.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: blaze-html-truncate-version: 0.1.0.2+version: 0.1.0.3 synopsis: A truncator for blaze-html description: This package provides a simple function to truncate HTML, preserving tags and preventing cut-off words. homepage: http://github.com/mruegenberg/blaze-html-truncate@@ -22,7 +22,7 @@ library exposed-modules: Text.Blaze.Truncate -- other-modules: - build-depends: base >= 4.5.0 && < 4.7+ build-depends: base >= 4.5.0.0 && < 4.7.0.0 , blaze-html >= 0.4.0.0 && < 0.5.0.0 , bytestring >= 0.9 , text >= 0.10