gscholar-rss 0.2.4.0 → 0.2.4.1
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~feed
Dependency ranges changed: feed
Files
- NEWS +1/−1
- gscholar-rss.cabal +2/−2
NEWS view
@@ -1,4 +1,4 @@-0.2.4.0+0.2.4.1 ------- - Add summary to <description> (requested by Ido Magal)
gscholar-rss.cabal view
@@ -1,5 +1,5 @@ name: gscholar-rss-version: 0.2.4.0+version: 0.2.4.1 synopsis: scrapes google scholar, provides RSS feed description: A simple Google Scholar scraper, providing RSS/Atom feeds. Check <http://ariis.it/static/articles/gscholar-rss/page.html homepage>@@ -22,7 +22,7 @@ main-is: Main.hs build-depends: base == 4.*, scalpel-core >= 0.5 && < 0.7,- feed >= 1.0.1.0 && < 1.3,+ feed >= 1.0.1.0 && < 1.4, text == 1.2.*, http-conduit == 2.3.*, uri == 0.1.*