linebreak 1.1.0.2 → 1.1.0.3
raw patch · 2 files changed
+6/−4 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGES +3/−1
- linebreak.cabal +3/−3
CHANGES view
@@ -1,5 +1,7 @@-next:+1.1.0.3: - bump hspec+- add readme w/ contributing instructions+- switch to stagit 1.1.0.1: - Bump hspec
linebreak.cabal view
@@ -1,12 +1,12 @@ name: linebreak-version: 1.1.0.2+version: 1.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. license: BSD3 license-file: LICENSE author: Francesco Ariis-homepage: http://ariis.it/static/articles/linebreak/page.html+homepage: http://www.ariis.it/static/articles/libraries/page.html#linebreak maintainer: fa-ml@ariis.it category: Text build-type: Simple@@ -16,7 +16,7 @@ source-repository head type: git- location: https://gitlab.com/fffaaa/linebreak+ location: http://www.ariis.it/static/repos/stagit/line-drawing/ library -- Modules exported by the library.