packages feed

gscholar-rss 0.3.0.3 → 0.3.0.4

raw patch · 4 files changed

+36/−12 lines, 4 filesdep ~scalpel-coredep ~text

Dependency ranges changed: scalpel-core, text

Files

NEWS view
@@ -1,3 +1,12 @@+0.3.0.4+-------++- General documentation fixes+- Moved repo to github+- Tightened a dependency (scalpel-core) which was causing+  build failures+- Released ven 10 nov 2023, 19:51:31+ 0.3.0.0 ------- 
README view
@@ -3,3 +3,11 @@ Manual in manual/ or at      http://www.ariis.it/static/articles/gscholar-rss/page.html+++Contribute+----------++Browse repo: http://www.ariis.it/static/repos/stagit/gscholar-rss/+Upload your modifications somewhere and send me an email (<fa-ml@ariis.it>).+
gscholar-rss.cabal view
@@ -1,5 +1,5 @@ name:                gscholar-rss-version:             0.3.0.3+version:             0.3.0.4 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>@@ -12,7 +12,7 @@ homepage:            http://www.ariis.it/static/articles/gscholar-rss/page.html category:            Web, Utils build-type:          Simple-extra-source-files:  README,+extra-doc-files:     README,                      NEWS,                      manual/page.rst,                      manual/gscholar.jpg@@ -25,8 +25,10 @@   build-depends:       base == 4.*,                        feed >= 1.0.1.0 && < 1.4,                        http-conduit == 2.3.*,-                       scalpel-core >= 0.5 && < 0.7,-                       text == 1.2.*,+                       scalpel-core >= 0.5 && < 0.6.2.1,+                         -- ☞ N.B.: scalpel 0.6.2.1 is broken, do no+                         --         relax this bound!+                       text >=1.2 && <2.2,                        uri == 0.1.*,                        xml-types == 0.3.*   hs-source-dirs:      src
manual/page.rst view
@@ -21,15 +21,17 @@  To get ``gscholar-rss``, you can alternatively: -- download the appropriate binary from the `binaries page`__ and put it-  somewhere visibile in your ``$PATH``. **Or**+- download the appropriate binary (`Linux 64bit`_) and put it somewhere+  visibile in your ``$PATH``. **Or** -.. __: http://ariis.it/link/repos/dist/gscholar-rss/+.. _`Linux 64bit`: /static/dist/files/gscholar-rss-linux-x86_64.zip  - compile it yourself. This means getting Haskell for your platform-  (e.g. on Debian ``sudo apt-get install haskell-platform``).+  via your OS repositories or `GHCup`_ (no root/admin needed).   Once you have installed it: +.. _`GHCup`: https://www.haskell.org/ghcup/#+   ::       cabal update@@ -90,13 +92,16 @@ Repository and contact ---------------------- -I distribute `source and binaries`_ (`signed hashes`_).+I distribute binaries and tarballs (`Linux 64bit`_ ◇ `source and signed+hashes`_).++.. _`source and signed hashes`: /static/dist/page.html+ There is a `git repository`_ too. +.. _`git repository`: /static/repos/stagit/gscholar-rss+ To report a bug, request a feature or contribute with a patch, `write to me`_. -.. _`source and binaries`: http://ariis.it/link/repos/dist/gscholar-rss/-.. _`signed hashes`: http://ariis.it/link/repos/dist/sha256sum .. _`write to me`: /static/articles/mail/page.html-.. _`git repository`: http://www.ariis.it/static/repos/stagit/gscholar-rss