net-spider-rpl-cli 0.1.3.0 → 0.1.3.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~greskellPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: greskell
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- net-spider-rpl-cli.cabal +2/−2
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for net-spider-rpl-cli +## 0.1.3.1 -- 2020-04-26++* Confirm test with `greskell-1.1.0.0`.+ ## 0.1.3.0 -- 2020-04-18 * Add Analyze module.
net-spider-rpl-cli.cabal view
@@ -1,5 +1,5 @@ name: net-spider-rpl-cli-version: 0.1.3.0+version: 0.1.3.1 author: Toshio Ito <debug.ito@gmail.com> maintainer: Toshio Ito <debug.ito@gmail.com> license: BSD3@@ -33,7 +33,7 @@ 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.1,+ greskell >=1.0.0.0 && <1.2, optparse-applicative >=0.14.3.0 && <0.16, monad-logger >=0.3.28.1 && <0.4, time >=1.8.0.2 && <1.10,