name: gscholar-rss version: 0.2.1.0 synopsis: scrapes google scholar, provides RSS feed description: A simple Google Scholar scraper, providing RSS/Atom feeds. Check homepage for manual and examples. license: GPL-3 license-file: LICENSE author: Francesco Ariis maintainer: fa-ml@ariis.it copyright: 2018-2019 © Francesco Ariis homepage: http://www.ariis.it/static/articles/gscholar-rss/page.html category: Web, Utils build-type: Simple extra-source-files: README, manual/page.rst, manual/gscholar.jpg cabal-version: 2.0 executable gscholar-rss main-is: Main.hs build-depends: base == 4.*, scalpel-core == 0.5.*, feed ^>= 1.0.1.0, text == 1.2.*, http-conduit == 2.3.*, uri == 0.1.* hs-source-dirs: src default-language: Haskell2010