guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: ghc-glob: Fix typo.


From: Marius Bakke
Subject: 01/05: gnu: ghc-glob: Fix typo.
Date: Thu, 7 Dec 2017 11:37:27 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 581a006b557c5e7cd604203b16b040e2c892a319
Author: Marius Bakke <address@hidden>
Date:   Wed Dec 6 00:44:21 2017 +0100

    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 4d1aabf..95bb381 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)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]