scrape-changes 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~network-uri
Dependency ranges changed: network-uri
Files
- scrape-changes.cabal +2/−2
scrape-changes.cabal view
@@ -1,5 +1,5 @@ name: scrape-changes-version: 0.1.0.0+version: 0.1.0.1 synopsis: Scrape websites for changes description: This library scrapes websites and invokes callbacks when there are changes, similar to a RSS reader. Sending an email by invoking sendmail is a built-in callback mechanism. Of course, users can provide @@ -26,7 +26,7 @@ , validation >=0.5.1 && < 0.6 , lens >=4.12 && <4.14 , mime-mail >= 0.4 && < 0.5- , network-uri >=2.6.0.3 && < 2.6.1+ , network-uri >=2.6.1.0 && < 2.7 , email-validate >= 2.0 && < 3.0 , semigroups >= 0.16 , cron >= 0.3.2