summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-12-06 00:44:21 +0100
committerMarius Bakke <mbakke@fastmail.com>2017-12-07 17:36:16 +0100
commit581a006b557c5e7cd604203b16b040e2c892a319 (patch)
treeefe109832d2d3710cb3ae829caeb4bfc22e5bc1b
parent5b4e0957efe366ec1b4a360a483c04f8d3318fda (diff)
gnu: ghc-glob: Fix typo.
* gnu/packages/haskell.scm (ghc-glob)[description]: Add missing space.
-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 4d1aabff0b..95bb3811ca 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -7145,7 +7145,7 @@ Typical applications of Priority Search Queues include:
("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)))
(home-page "http://iki.fi/matti.niemenmaa/glob/")
(synopsis "Haskell library matching glob patterns against file paths")
- (description "This package providesa Haskell library for @dfn{globbing}:
+ (description "This package provides a Haskell library for @dfn{globbing}:
matching patterns against file paths.")
(license license:bsd-3)))