packages feed

linebreak 1.1.0.0 → 1.1.0.1

raw patch · 2 files changed

+5/−2 lines, 2 filesdep ~hspecPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: hspec

API changes (from Hackage documentation)

Files

CHANGES view
@@ -1,2 +1,5 @@+1.1.0.1:+- Bump hspec+ 1.1.0.0: - Reexport language hyphenators
linebreak.cabal view
@@ -1,5 +1,5 @@ name:                linebreak-version:             1.1.0.0+version:             1.1.0.1 synopsis:            breaks strings to fit width description:         Simple functions to break a String to fit a maximum text                      width, using Knuth-Liang hyphenation algorhitm.@@ -36,6 +36,6 @@   build-depends:       base == 4.*,                        hyphenation >= 0.8 && < 1                        -- same as above, plus hspec-                       , hspec >= 2.2 && < 2.9+                       , hspec >= 2.5 && < 2.10   type:                exitcode-stdio-1.0   ghc-options:         -Wall