gnu: ghc-conduit: Fix trailing whitespace in synopsis.

* gnu/packages/haskell-xyz.scm (ghc-conduit)[synopsis]: Fix trailing
  whitespace.
This commit is contained in:
Vagrant Cascadian 2021-12-30 00:26:39 -08:00
parent 015124e6f8
commit 5c51ce4d0c
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -2329,7 +2329,7 @@ (define-public ghc-conduit
(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