cli-arguments 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+6/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- cli-arguments.cabal +2/−2
CHANGELOG.md view
@@ -3,3 +3,7 @@ ## 0.1.0.0 -- 2021-12-27 * First version. Released on an unsuspecting world.++## 0.1.0.1 -- 2021-12-27++* First version revised A. Improved the cabal file so that the description is correct.
cli-arguments.cabal view
@@ -4,9 +4,9 @@ -- http://haskell.org/cabal/users-guide/ name: cli-arguments-version: 0.1.0.0+version: 0.1.0.1 synopsis: A library to process command line arguments in some more convenient way.-description: Uses three types of the command line arguments and order of their parsing so that firstly the framed by some string delimiter is parsed, then the groups of arguments and then the rest single-field arguments.+description: Uses three types of the command line arguments and order of their parsing. Usually firstly the framed by some string delimiter (the different ones) are parsed, then the groups of arguments and then the rest single-field arguments. All these groups must be not nested one into the others. -- bug-reports: license: MIT license-file: LICENSE