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 @@ (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