net-spider 0.4.3.2 → 0.4.3.3
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~doctestPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: doctest
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.3 -- 2020-06-06++* Confirm test with `doctest-0.17`.+ ## 0.4.3.2 -- 2020-05-30 * Confirm test with `aeson-1.5.0.0`.
net-spider.cabal view
@@ -1,5 +1,5 @@ name: net-spider-version: 0.4.3.2+version: 0.4.3.3 author: Toshio Ito <debug.ito@gmail.com> maintainer: Toshio Ito <debug.ito@gmail.com> license: BSD3@@ -136,7 +136,7 @@ ghc-options: -Wall -fno-warn-unused-imports "-with-rtsopts=-M512m" main-is: DocTest.hs build-depends: base,- doctest >=0.13 && <0.17,+ doctest >=0.13 && <0.18, doctest-discover >=0.1.0.7 && <0.3