word-wrap 0.1 → 0.1.1
raw patch · 3 files changed
+14/−8 lines, 3 files
Files
- CHANGELOG.md +12/−0
- ChangeLog.md +0/−5
- word-wrap.cabal +2/−3
+ CHANGELOG.md view
@@ -0,0 +1,12 @@++0.1.1+=====++Package changes:+ * Removed a duplicate mention of the changelog file in the cabal+ package description that used the wrong filename case (#1)++0.1+===++* First version.
− ChangeLog.md
@@ -1,5 +0,0 @@--0.1-===--* First version.
word-wrap.cabal view
@@ -1,5 +1,5 @@ name: word-wrap-version: 0.1+version: 0.1.1 synopsis: A library for word-wrapping description: A library for wrapping long lines of text. license: BSD3@@ -9,8 +9,7 @@ copyright: 2017 Jonathan Daugherty category: Text build-type: Simple-extra-source-files: ChangeLog.md-cabal-version: >=1.10+cabal-version: >=1.18 Homepage: https://github.com/jtdaugherty/word-wrap/ Bug-reports: https://github.com/jtdaugherty/word-wrap/issues