guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: ghc-async: Fix description formatting.


From: Paul
Subject: 02/03: gnu: ghc-async: Fix description formatting.
Date: Mon, 26 Oct 2015 09:17:46 +0000

toothbrush pushed a commit to branch master
in repository guix.

commit 554093b7e139ca2224b754fdeb8a3c6f2d53bde5
Author: Paul van der Walt <address@hidden>
Date:   Fri Oct 23 19:55:34 2015 +0200

    gnu: ghc-async: Fix description formatting.
    
    * gnu/packages/haskell.scm (ghc-async): Formatting.
---
 gnu/packages/haskell.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 83ec3f9..4303093 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3645,7 +3645,7 @@ library for Haskell.")
     (home-page "https://github.com/simonmar/async";)
     (synopsis "Library to run IO operations asynchronously")
     (description "Async provides a library to run IO operations
-asynchronously, and wait for their results. It is a higher-level interface
+asynchronously, and wait for their results.  It is a higher-level interface
 over threads in Haskell, in which @code{Async a} is a concurrent thread that
 will eventually deliver a value of type @code{a}.")
     (license bsd-3)))



reply via email to

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