diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-03 19:38:05 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-05 16:37:52 +0100 |
commit | 45a608ddc710377047afbc2396f000c1c9215ed9 (patch) | |
tree | dd74ffdb44ec8148d99242b59a7f4f247d1cbfd6 /gnu | |
parent | c0fc5003f36bc8ee93ef5460f6d13a4a21d12045 (diff) |
gnu: ghc-glob: Mark up description.
* gnu/packages/haskell.scm (ghc-glob)[description]: This is the ideal spot
for a @dfn. Use it.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/haskell.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index fcba57674d..68ad01b5c7 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -7146,7 +7146,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 globbing: + (description "This package providesa Haskell library for @dfn{globbing}: matching patterns against file paths.") (license license:bsd-3))) |