gnu: ghc-conduit: Fix trailing whitespace in synopsis.
* gnu/packages/haskell-xyz.scm (ghc-conduit)[synopsis]: Fix trailing whitespace.master
parent
015124e6f8
commit
5c51ce4d0c
|
@ -2329,7 +2329,7 @@ concurrent threads. Can be used for progress displays etc.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list ghc-quickcheck ghc-hspec ghc-safe ghc-split))
|
(list ghc-quickcheck ghc-hspec ghc-safe ghc-split))
|
||||||
(home-page "https://github.com/snoyberg/conduit")
|
(home-page "https://github.com/snoyberg/conduit")
|
||||||
(synopsis "Streaming data library ")
|
(synopsis "Streaming data library")
|
||||||
(description
|
(description
|
||||||
"The conduit package is a solution to the streaming data problem,
|
"The conduit package is a solution to the streaming data problem,
|
||||||
allowing for production, transformation, and consumption of streams of data
|
allowing for production, transformation, and consumption of streams of data
|
||||||
|
|
Reference in New Issue