summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-xyz.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2021-12-30 00:26:39 -0800
committerVagrant Cascadian <vagrant@debian.org>2021-12-30 00:52:45 -0800
commit5c51ce4d0cea41ac1089f27f9954e5849f798bff (patch)
tree859f528b6ede81dafbb61d4dc1fcef827e5e8866 /gnu/packages/haskell-xyz.scm
parent015124e6f83069ae020463564289bef4392e76b0 (diff)
downloadguix-5c51ce4d0cea41ac1089f27f9954e5849f798bff.tar.gz
guix-5c51ce4d0cea41ac1089f27f9954e5849f798bff.tar.xz
gnu: ghc-conduit: Fix trailing whitespace in synopsis.
* gnu/packages/haskell-xyz.scm (ghc-conduit)[synopsis]: Fix trailing whitespace.
Diffstat (limited to 'gnu/packages/haskell-xyz.scm')
-rw-r--r--gnu/packages/haskell-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index e2f69d4cb6..75c91acc5d 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -2329,7 +2329,7 @@ concurrent threads. Can be used for progress displays etc.")
(native-inputs
(list ghc-quickcheck ghc-hspec ghc-safe ghc-split))
(home-page "https://github.com/snoyberg/conduit")
- (synopsis "Streaming data library ")
+ (synopsis "Streaming data library")
(description
"The conduit package is a solution to the streaming data problem,
allowing for production, transformation, and consumption of streams of data