mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: ghc-scalpel: Fix typo in description.
* gnu/packages/haskell-web.scm (ghc-scalpel)[description]: Add punctuation.
This commit is contained in:
parent
78858787ff
commit
5adb2c1e8d
1 changed files with 1 additions and 1 deletions
|
@ -1690,6 +1690,6 @@ (define-public ghc-scalpel
|
|||
"High level web scraping library for Haskell")
|
||||
(description
|
||||
"Scalpel is a web scraping library inspired by libraries like Parsec
|
||||
and Perl's @code{Web::Scraper} Scalpel builds on top of TagSoup to provide a
|
||||
and Perl's @code{Web::Scraper}. Scalpel builds on top of TagSoup to provide a
|
||||
declarative and monadic interface.")
|
||||
(license license:asl2.0)))
|
||||
|
|
Loading…
Reference in a new issue