gnu: ghc-async: Fix description formatting.

* gnu/packages/haskell.scm (ghc-async): Formatting.
This commit is contained in:
Paul van der Walt 2015-10-23 19:55:34 +02:00
parent f862f38ade
commit 554093b7e1

View file

@ -3645,7 +3645,7 @@ (define-public ghc-async
(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)))