packages feed

linebreak 1.1.0.3 → 1.1.0.4

raw patch · 2 files changed

+6/−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,3 +1,7 @@+1.1.0.4:+- bump hspec+- released dom 23 apr 2023, 19:26:50+ 1.1.0.3: - bump hspec - add readme w/ contributing instructions
linebreak.cabal view
@@ -1,5 +1,5 @@ name:                linebreak-version:             1.1.0.3+version:             1.1.0.4 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.5 && < 2.11+                       , hspec >= 2.5 && < 2.12   type:                exitcode-stdio-1.0   ghc-options:         -Wall