packages feed

linebreak-1.0.0.2: linebreak.cabal

name:                linebreak
version:             1.0.0.2
synopsis:            breaks strings to fit width
description:         Simple functions to break a String to fit a maximum text
                     width, using Knuth-Liang hyphenation algorhitm.
license:             BSD3
license-file:        LICENSE
author:              Francesco Ariis
homepage:            http://ariis.it/static/articles/linebreak/page.html
maintainer:          fa-ml@ariis.it
category:            Text
build-type:          Simple
cabal-version:       >=1.8

source-repository head
  type:     darcs
  location: http://www.ariis.it/link/repos/linebreak/

library
  -- Modules exported by the library.
  exposed-modules:     Text.LineBreak
  build-depends:       base >= 4.5 && < 5, hyphenation >= 0.4 && < 1