gnu: ghc-glob: Fix typo.
* gnu/packages/haskell.scm (ghc-glob)[description]: Add missing space.
This commit is contained in:
parent
5b4e0957ef
commit
581a006b55
1 changed files with 1 additions and 1 deletions
|
|
@ -7145,7 +7145,7 @@ Typical applications of Priority Search Queues include:
|
||||||
("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)))
|
("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)))
|
||||||
(home-page "http://iki.fi/matti.niemenmaa/glob/")
|
(home-page "http://iki.fi/matti.niemenmaa/glob/")
|
||||||
(synopsis "Haskell library matching glob patterns against file paths")
|
(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.")
|
matching patterns against file paths.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue