packages feed

gscholar-rss-0.2.2.0: gscholar-rss.cabal

name:                gscholar-rss
version:             0.2.2.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 && < 0.7,
                       feed >= 1.0.1.0 && < 1.3,
                       text == 1.2.*,
                       http-conduit == 2.3.*,
                       uri == 0.1.*
  hs-source-dirs:      src
  default-language:    Haskell2010

source-repository head
    type:     darcs
    location: http://www.ariis.it/link/repos/gscholar-rss/