gnu: ghc-scalpel: Fix typo in description.

* gnu/packages/haskell-web.scm (ghc-scalpel)[description]: Add punctuation.
This commit is contained in:
Marius Bakke 2020-03-29 21:36:26 +02:00
parent 78858787ff
commit 5adb2c1e8d
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -1690,6 +1690,6 @@ non-Haskell dependencies.")
"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)))