optparse-helper 0.2.1.0 → 0.2.1.1
raw patch · 2 files changed
+5/−1 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- optparse-helper.cabal +2/−1
- stack.yaml +3/−0
optparse-helper.cabal view
@@ -1,5 +1,5 @@ name: optparse-helper-version: 0.2.1.0+version: 0.2.1.1 synopsis: Helper functions for optparse-applicative. description: The optparse-applicative package, as well as optparse-simple, has some@@ -29,6 +29,7 @@ extra-source-files: LICENSE README.md+ stack.yaml library hs-source-dirs: src
+ stack.yaml view
@@ -0,0 +1,3 @@+resolver: lts-6.0+packages:+ - '.'