wikicfp-scraper 0.1.0.6 → 0.1.0.7
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~hspecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hspec
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.7 -- 2017-01-24++* Confirmed test with `hspec-2.4.0`++ ## 0.1.0.6 -- 2016-11-27 * Confirmed test with `time-1.7`.
wikicfp-scraper.cabal view
@@ -1,5 +1,5 @@ name: wikicfp-scraper-version: 0.1.0.6+version: 0.1.0.7 author: Toshio Ito <debug.ito@gmail.com> maintainer: Toshio Ito <debug.ito@gmail.com> license: BSD3@@ -49,7 +49,7 @@ other-modules: Web.WikiCFP.ScraperSpec build-depends: base, wikicfp-scraper, bytestring, time,- hspec >=2.1.5 && <2.4,+ hspec >=2.1.5 && <2.5, filepath >=1.3.0 && <1.5 source-repository head