me
/
guix
Archived
1
0
Fork 0

gnu: ghc-glob: Fix typo.

* gnu/packages/haskell.scm (ghc-glob)[description]: Add missing space.
master
Marius Bakke 2017-12-06 00:44:21 +01:00
parent 5b4e0957ef
commit 581a006b55
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -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)))