net-spider-rpl-cli 0.1.3.1 → 0.1.3.2
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~base
Dependency ranges changed: base
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.2 -- 2020-06-21++* Confirm test with `base-4.13` and `base-4.14`.+ ## 0.1.3.1 -- 2020-04-26 * Confirm test with `greskell-1.1.0.0`.
net-spider-rpl-cli.cabal view
@@ -1,5 +1,5 @@ name: net-spider-rpl-cli-version: 0.1.3.1+version: 0.1.3.2 author: Toshio Ito <debug.ito@gmail.com> maintainer: Toshio Ito <debug.ito@gmail.com> license: BSD3@@ -27,7 +27,7 @@ exposed-modules: NetSpider.RPL.CLI, NetSpider.RPL.CLI.Analyze -- other-modules: - build-depends: base >=4.11.1.0 && <4.13,+ build-depends: base >=4.11.1.0 && <4.15, net-spider >=0.4.3.0 && <0.5, net-spider-rpl >=0.4.0.0 && <0.5, net-spider-cli >=0.2.0.0 && <0.3,