currency-codes 1.0.0.0 → 1.0.0.1
raw patch · 3 files changed
+5/−9 lines, 3 files
Files
- CHANGELOG.md +1/−1
- README.md +1/−5
- currency-codes.cabal +3/−3
CHANGELOG.md view
@@ -1,6 +1,6 @@ # Changelog -## v1.0.0 (2017-08-29)+## v1.0.0.0 (2017-08-29) - Provide 2 types `Currency` and `Alpha` - Provide constructors for each currency and Alpha code listed in the standard
README.md view
@@ -38,10 +38,6 @@ Aeson.genericToJSON Aeson.defaultOptions ``` -## Changelog--[CHANGELOG.md](CHANGELOG.md)- ## License -[MIT © 2017 Chordify](LICENSE)+[MIT © 2017 Chordify](https://gitlab.com/chordify/currency-codes/blob/master/LICENSE)
currency-codes.cabal view
@@ -1,5 +1,5 @@ name: currency-codes-version: 1.0.0.0+version: 1.0.0.1 synopsis: ISO-4217 Currency Codes description: ISO-4217 Currency Codes license: MIT@@ -9,8 +9,8 @@ copyright: (c) 2017 Chordify category: Data build-type: Simple-homepage: https://gitlab.com-bug-reports: https://github.com/bos/aeson/issues+homepage: https://gitlab.com/chordify/currency-codes+bug-reports: https://github.com/chordify/currency-codes/issues extra-source-files: README.md CHANGELOG.md stack.yaml