summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-03-29 21:36:26 +0200
committerMarius Bakke <mbakke@fastmail.com>2020-03-29 22:34:46 +0200
commit5adb2c1e8d7b771c51997805bbc10d550fd3a402 (patch)
tree13cabcf73e3cafd7d64a3fe9f96ef29021619c30
parent78858787ffdbb3312aa88259cca077ce364d42d9 (diff)
downloadpatches-5adb2c1e8d7b771c51997805bbc10d550fd3a402.tar
patches-5adb2c1e8d7b771c51997805bbc10d550fd3a402.tar.gz
gnu: ghc-scalpel: Fix typo in description.
* gnu/packages/haskell-web.scm (ghc-scalpel)[description]: Add punctuation.
-rw-r--r--gnu/packages/haskell-web.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index d2c7b50528..fbc20339ab 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -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)))