net-spider 0.4.3.5 → 0.4.3.6
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.6 -- 2021-02-11++* Confirm test with `doctest-0.18`.+ ## 0.4.3.5 -- 2020-12-30 * Confirm test with `greskell-1.2.0.0`.
net-spider.cabal view
@@ -1,5 +1,5 @@ name: net-spider-version: 0.4.3.5+version: 0.4.3.6 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.18,+ doctest >=0.13 && <0.19, doctest-discover >=0.1.0.7 && <0.3