guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/14: gnu: ghc-conduit: Fix trailing whitespace in synopsis.


From: guix-commits
Subject: 07/14: gnu: ghc-conduit: Fix trailing whitespace in synopsis.
Date: Thu, 30 Dec 2021 03:59:03 -0500 (EST)

vagrantc pushed a commit to branch master
in repository guix.

commit 5c51ce4d0cea41ac1089f27f9954e5849f798bff
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Thu Dec 30 00:26:39 2021 -0800

    gnu: ghc-conduit: Fix trailing whitespace in synopsis.
    
    * gnu/packages/haskell-xyz.scm (ghc-conduit)[synopsis]: Fix trailing
      whitespace.
---
 gnu/packages/haskell-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]