string-class 0.1.6.1 → 0.1.6.4
raw patch · 3 files changed
+38/−13 lines, 3 files
Files
- CHANGELOG.md +11/−0
- README.md +0/−0
- string-class.cabal +27/−13
+ CHANGELOG.md view
@@ -0,0 +1,11 @@+PLACEHOLDER+-----++0.1.6.4+-----++0.1.6.3+-----+* Add homepage and bug-reports to cabal file, linking to the github repository+ and its issue tracker, respectively.+* Added `CHANGELOG.md`.
+ README.md view
string-class.cabal view
@@ -1,16 +1,25 @@-name: string-class-version: 0.1.6.1-cabal-version: >= 1.10-build-type: Simple-license: BSD3-license-file: LICENSE-copyright: Copyright (C) 2010 Byron James Johnson-author: Byron James Johnson-maintainer: ByronJohnsonFP@gmail.com-synopsis: String class library-description: String class library-category: Data, Text-tested-with: GHC == 7.8.2+name: string-class+-- Don't forget to bump the tag and CHANGELOG placeholder too.+version: 0.1.6.4+cabal-version: >= 1.18+build-type: Simple+license: BSD3+license-file: LICENSE+copyright: Copyright (C) 2010 Byron James Johnson+author: Byron James Johnson+maintainer: ByronJohnsonFP@gmail.com+category: Data, Text+homepage: https://github.com/bairyn/string-class+bug-reports: https://github.com/bairyn/string-class/issues+tested-with: GHC == 7.8.3+extra-source-files:+-- The extra-doc-files property requires cabal-version >= 1.18.+extra-doc-files:+ README.md+ ,CHANGELOG.md+synopsis: String class library+description:+ String class library. library default-language: Haskell2010@@ -44,3 +53,8 @@ source-repository head type: git location: git@github.com:bairyn/string-class.git++source-repository this+ type: git+ location: git@github.com:bairyn/string-class.git+ tag: v0.1.6.4