~ruther/guix-local

581a006b557c5e7cd604203b16b040e2c892a319 — Marius Bakke 8 years ago 5b4e095
gnu: ghc-glob: Fix typo.

* gnu/packages/haskell.scm (ghc-glob)[description]: Add missing space.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/haskell.scm
M gnu/packages/haskell.scm => gnu/packages/haskell.scm +1 -1
@@ 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)))