mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
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 @@ (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)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue