packages feed

net-spider-rpl-cli 0.1.3.2 → 0.1.3.3

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~greskelldep ~optparse-applicative

Dependency ranges changed: greskell, optparse-applicative

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for net-spider-rpl-cli +## 0.1.3.3  -- 2020-12-30++* Confirm test with `greskell-1.2.0.0` and `optparse-applicative-0.16.0.0`+ ## 0.1.3.2  -- 2020-06-21  * Confirm test with `base-4.13` and `base-4.14`.
net-spider-rpl-cli.cabal view
@@ -1,5 +1,5 @@ name:                   net-spider-rpl-cli-version:                0.1.3.2+version:                0.1.3.3 author:                 Toshio Ito <debug.ito@gmail.com> maintainer:             Toshio Ito <debug.ito@gmail.com> license:                BSD3@@ -33,8 +33,8 @@                         net-spider-cli >=0.2.0.0 && <0.3,                         text >=1.2.2.2 && <1.3,                         unordered-containers >=0.2.8 && <0.3,-                        greskell >=1.0.0.0 && <1.2,-                        optparse-applicative >=0.14.3.0 && <0.16,+                        greskell >=1.0.0.0 && <1.3,+                        optparse-applicative >=0.14.3.0 && <0.17,                         monad-logger >=0.3.28.1 && <0.4,                         time >=1.8.0.2 && <1.10,                         fgl >=5.6.0.0 && <5.8,