net-spider-rpl 0.4.1.0 → 0.4.1.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.cabal +2/−2
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for net-spider-rpl +## 0.4.1.1 -- 2020-04-26++* Confirm test with `greskell-1.1.0.0`+ ## 0.4.1.0 -- 2020-01-26 * Add `FromJSON` and `ToJSON` instances to the following
net-spider-rpl.cabal view
@@ -1,5 +1,5 @@ name: net-spider-rpl-version: 0.4.1.0+version: 0.4.1.1 author: Toshio Ito <debug.ito@gmail.com> maintainer: Toshio Ito <debug.ito@gmail.com> license: BSD3@@ -35,7 +35,7 @@ other-modules: NetSpider.RPL.JSONUtil build-depends: base >=4.11.1.0 && <4.13, aeson >=1.3.1.1 && <1.5,- greskell >=1.0.0.0 && <1.1,+ greskell >=1.0.0.0 && <1.2, net-spider >=0.4.0.0 && <0.5, text >=1.2.3.1 && <1.3, ip >=1.3.0 && <1.8,