net-spider-cli 0.2.0.4 → 0.2.0.5
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~optparse-applicative
Dependency ranges changed: optparse-applicative
Files
- ChangeLog.md +4/−0
- net-spider-cli.cabal +2/−2
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for net-spider-cli +## 0.2.0.5 -- 2020-12-30++* Confirm test with `optparse-applicative-0.16.0.0`.+ ## 0.2.0.4 -- 2020-06-21 * Confirm test with `base-4.13` and `base-4.14`
net-spider-cli.cabal view
@@ -1,5 +1,5 @@ name: net-spider-cli-version: 0.2.0.4+version: 0.2.0.5 author: Toshio Ito <debug.ito@gmail.com> maintainer: Toshio Ito <debug.ito@gmail.com> license: BSD3@@ -25,7 +25,7 @@ -- other-modules: build-depends: base >=4.11.1.0 && <4.15, net-spider >=0.3.3.0 && <0.5,- optparse-applicative >=0.14.3.0 && <0.16,+ optparse-applicative >=0.14.3.0 && <0.17, aeson >=1.2.4 && <1.6, hashable >=1.2.6.1 && <1.4, greskell-core >=0.1.2.4 && <0.2,