mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: ghc-async: Fix description formatting.
* gnu/packages/haskell.scm (ghc-async): Formatting.
This commit is contained in:
parent
f862f38ade
commit
554093b7e1
1 changed files with 1 additions and 1 deletions
|
@ -3645,7 +3645,7 @@ (define-public ghc-async
|
||||||
(home-page "https://github.com/simonmar/async")
|
(home-page "https://github.com/simonmar/async")
|
||||||
(synopsis "Library to run IO operations asynchronously")
|
(synopsis "Library to run IO operations asynchronously")
|
||||||
(description "Async provides a library to run IO operations
|
(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
|
over threads in Haskell, in which @code{Async a} is a concurrent thread that
|
||||||
will eventually deliver a value of type @code{a}.")
|
will eventually deliver a value of type @code{a}.")
|
||||||
(license bsd-3)))
|
(license bsd-3)))
|
||||||
|
|
Loading…
Reference in a new issue