gnu: ghc-glob: Mark up description.

* gnu/packages/haskell.scm (ghc-glob)[description]: This is the ideal spot
for a @dfn.  Use it.
This commit is contained in:
Tobias Geerinckx-Rice 2017-12-03 19:38:05 +01:00
parent c0fc5003f3
commit 45a608ddc7
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -7146,7 +7146,7 @@ (define-public ghc-glob
("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 globbing: (description "This package providesa Haskell library for @dfn{globbing}:
matching patterns against file paths.") matching patterns against file paths.")
(license license:bsd-3))) (license license:bsd-3)))