net-spider 0.4.3.1 → 0.4.3.2
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~aesonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- net-spider.cabal +2/−2
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for net-spider +## 0.4.3.2 -- 2020-05-30++* Confirm test with `aeson-1.5.0.0`.+ ## 0.4.3.1 -- 2020-04-26 * Spider is now implemented with greskell-1.1.0.0
net-spider.cabal view
@@ -1,5 +1,5 @@ name: net-spider-version: 0.4.3.1+version: 0.4.3.2 author: Toshio Ito <debug.ito@gmail.com> maintainer: Toshio Ito <debug.ito@gmail.com> license: BSD3@@ -58,7 +58,7 @@ vector >=0.12.0.1 && <0.13, greskell-websocket >=0.1.1 && <0.2, greskell >=1.1.0.0 && <1.2,- aeson >=1.2.4 && <1.5,+ aeson >=1.2.4 && <1.6, safe-exceptions >=0.1.6 && <0.2, text >=1.2.2.2 && <1.3, unordered-containers >=0.2.8 && <0.3,