harg 0.1.0.0 → 0.1.0.1
raw patch · 3 files changed
+4/−4 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.lhs +1/−1
- README.md +1/−1
- harg.cabal +2/−2
README.lhs view
@@ -1,6 +1,6 @@ # `harg` :nut_and_bolt: -[](https://travis-ci.org/alexpeits/harg)+[](https://travis-ci.org/alexpeits/harg) [](https://hackage.haskell.org/package/harg) `harg` is a library for configuring programs by scanning command line arguments, environment variables and default values. Under the hood, it uses a subset of
README.md view
@@ -1,6 +1,6 @@ # `harg` :nut_and_bolt: -[](https://travis-ci.org/alexpeits/harg)+[](https://travis-ci.org/alexpeits/harg) [](https://hackage.haskell.org/package/harg) `harg` is a library for configuring programs by scanning command line arguments, environment variables and default values. Under the hood, it uses a subset of
harg.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2 name: harg-version: 0.1.0.0+version: 0.1.0.1 synopsis: Haskell program configuration from multiple sources description: Please see the README on GitHub at <https://github.com/alexpeits/harg#readme> homepage: https://github.com/alexpeits/harg@@ -24,7 +24,7 @@ library exposed-modules: Options.Harg- other-modules: Options.Harg.Cmdline+ Options.Harg.Cmdline Options.Harg.Config Options.Harg.Construct Options.Harg.Het.All