summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul van der Walt <paul@denknerd.org>2015-10-23 19:55:34 +0200
committerPaul van der Walt <paul@denknerd.org>2015-10-26 10:15:14 +0100
commit554093b7e139ca2224b754fdeb8a3c6f2d53bde5 (patch)
treee20e9792635b945ca20c5bb8bc12034478025df8
parentf862f38ade0c6a648d5a8711d636281314b2db62 (diff)
downloadpatches-554093b7e139ca2224b754fdeb8a3c6f2d53bde5.tar
patches-554093b7e139ca2224b754fdeb8a3c6f2d53bde5.tar.gz
gnu: ghc-async: Fix description formatting.
* gnu/packages/haskell.scm (ghc-async): Formatting.
-rw-r--r--gnu/packages/haskell.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 83ec3f9ca3..4303093d99 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)))