From 581a006b557c5e7cd604203b16b040e2c892a319 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Wed, 6 Dec 2017 00:44:21 +0100 Subject: gnu: ghc-glob: Fix typo. * gnu/packages/haskell.scm (ghc-glob)[description]: Add missing space. --- gnu/packages/haskell.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ (define-public ghc-glob ("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))) -- cgit v1.2.3