diff options
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 2 |
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 |