wikicfp-scraper 0.1.0.10 → 0.1.0.11
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: time
API changes (from Hackage documentation)
Files
- ChangeLog.md +5/−0
- wikicfp-scraper.cabal +2/−2
ChangeLog.md view
@@ -1,5 +1,10 @@ # Revision history for wikicfp-scraper +## 0.1.0.11 -- 2019-04-21++* Confirmed test with `time-1.9`.++ ## 0.1.0.10 -- 2019-02-19 * Confirmed test with `scalpel-core-0.6.0`.
wikicfp-scraper.cabal view
@@ -1,5 +1,5 @@ name: wikicfp-scraper-version: 0.1.0.10+version: 0.1.0.11 author: Toshio Ito <debug.ito@gmail.com> maintainer: Toshio Ito <debug.ito@gmail.com> license: BSD3@@ -27,7 +27,7 @@ bytestring >=0.10.0 && <0.11, text >=0.11.3.1 && <1.3, scalpel-core >=0.5.0 && <0.7,- time >=1.4.0 && <1.9,+ time >=1.4.0 && <1.10, attoparsec >=0.10.4 && <0.14 -- executable wikicfp-scraper