linebreak 0.1.0.2 → 0.1.0.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basedep ~hyphenation
Dependency ranges changed: base, hyphenation
Files
- linebreak.cabal +2/−2
linebreak.cabal view
@@ -1,5 +1,5 @@ name: linebreak-version: 0.1.0.2+version: 0.1.0.3 synopsis: breaks strings to fit width description: Simple functions to break a String to fit a maximum text width, using Knuth-Liang hyphenation algorhitm.@@ -19,4 +19,4 @@ library -- Modules exported by the library. exposed-modules: Text.LineBreak- build-depends: base >= 4.5 && < 4.6, hyphenation >= 0.4 && < 0.5+ build-depends: base >= 4.5 && < 5, hyphenation >= 0.4 && < 1