net-spider-rpl-cli 0.1.1.0 → 0.1.1.1
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~ipdep ~net-spider-rplPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ip, net-spider-rpl
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- net-spider-rpl-cli.cabal +3/−3
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for net-spider-rpl-cli +## 0.1.1.1 -- 2019-10-04++* Confirm test with `net-spider-rpl-0.3.0.0`, `ip-1.5.1` and `ip-1.6.0`.+ ## 0.1.1.0 -- 2019-09-23 * First release.
net-spider-rpl-cli.cabal view
@@ -1,5 +1,5 @@ name: net-spider-rpl-cli-version: 0.1.1.0+version: 0.1.1.1 author: Toshio Ito <debug.ito@gmail.com> maintainer: Toshio Ito <debug.ito@gmail.com> license: BSD3@@ -28,7 +28,7 @@ -- other-modules: build-depends: base >=4.11.1.0 && <4.13, net-spider >=0.3.2.0 && <0.4,- net-spider-rpl >=0.2.2.0 && <0.3,+ net-spider-rpl >=0.2.2.0 && <0.4, net-spider-cli >=0.1.0.1 && <0.2, text >=1.2.2.2 && <1.3, unordered-containers >=0.2.8 && <0.3,@@ -64,7 +64,7 @@ other-modules: NetSpider.RPL.CLISpec build-depends: base, net-spider-rpl-cli, net-spider, net-spider-rpl, optparse-applicative, hspec >=2.5.5,- ip >=1.3.0 && <1.5+ ip >=1.3.0 && <1.7 source-repository head type: git