packages feed

blaze-html-truncate-0.2.0.2: blaze-html-truncate.cabal

-- 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.2.0.2
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
                     , blaze-markup >= 0.5.1.0
                     , bytestring >= 0.9
                     , text >= 0.10
                     , tagsoup >= 0.10