~ruther/guix-local

554093b7e139ca2224b754fdeb8a3c6f2d53bde5 — Paul van der Walt 10 years ago f862f38
gnu: ghc-async: Fix description formatting.

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

M gnu/packages/haskell.scm
M gnu/packages/haskell.scm => gnu/packages/haskell.scm +1 -1
@@ 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)))