-- Initial blaze-html-truncate.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: blaze-html-truncate version: 0.1.0.4 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 license: BSD3 license-file: LICENSE author: Marcel Ruegenberg maintainer: m [dot] ruegenberg [at] picodesign [dot] de -- copyright: category: Text build-type: Simple cabal-version: >=1.8 source-repository head type: git location: git://github.com/mruegenberg/blaze-html-truncate.git library exposed-modules: Text.Blaze.Truncate -- other-modules: 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 , tagsoup >= 0.10