gscholar-rss-0.3.0.2: gscholar-rss.cabal
name: gscholar-rss
version: 0.3.0.2
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>
for manual, binaries and examples.
license: GPL-3
license-file: LICENSE
author: Francesco Ariis
maintainer: fa-ml@ariis.it
copyright: 2018-2020 © Francesco Ariis
homepage: http://www.ariis.it/static/articles/gscholar-rss/page.html
category: Web, Utils
build-type: Simple
extra-source-files: README,
NEWS,
manual/page.rst,
manual/gscholar.jpg
cabal-version: 2.0
executable gscholar-rss
main-is: Main.hs
other-modules: Paths_gscholar_rss
autogen-modules: Paths_gscholar_rss
build-depends: base == 4.*,
feed >= 1.0.1.0 && < 1.4,
http-conduit == 2.3.*,
scalpel-core >= 0.5 && < 0.7,
text == 1.2.*,
uri == 0.1.*,
xml-types == 0.3.*
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall
source-repository head
type: git
location: https://gitlab.com/fffaaa/gscholar-rss