-- Initial html-truncate.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: html-truncate version: 0.3.0.0 synopsis: A HTML truncator description: This package provides a simple function to truncate HTML in text form. It preserves tags open and close tags, prevents cut-off words and removes trailing empty tags. homepage: https://github.com/mruegenberg/html-truncate license: BSD3 license-file: LICENSE author: Marcel Ruegenberg -- maintainer: -- copyright: category: Text build-type: Simple cabal-version: >=1.8 library exposed-modules: Text.HTML.Truncate -- other-modules: build-depends: base >= 4 && < 5 , tagsoup >= 0.10