name: linebreak version: 0.1.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/items/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/share/repos/linebreak/ library -- Modules exported by the library. exposed-modules: Text.LineBreak build-depends: base >= 4.5 && < 4.6, hyphenation >= 0.4 && < 0.5