diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-07 00:33:08 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-07 02:59:25 +0100 |
commit | 49b9c8005c6d46ebb19b6f3e80014558a5e7d431 (patch) | |
tree | 3ce6fa5e62b4a1a826d9cb50484b66a8d7f93792 /gnu/packages/haskell-check.scm | |
parent | 5f83ccbdee489f185eea5989f2731e8ae3419696 (diff) | |
download | patches-49b9c8005c6d46ebb19b6f3e80014558a5e7d431.tar patches-49b9c8005c6d46ebb19b6f3e80014558a5e7d431.tar.gz |
gnu: ghc-tasty-golden: Mark up description.
* gnu/packages/haskell-check.scm (ghc-tasty-golden)[description]: Use @dfn.
Diffstat (limited to 'gnu/packages/haskell-check.scm')
-rw-r--r-- | gnu/packages/haskell-check.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm index 2d72a04233..28ed00db03 100644 --- a/gnu/packages/haskell-check.scm +++ b/gnu/packages/haskell-check.scm @@ -147,10 +147,10 @@ Haskell test framework.") "https://github.com/feuerbach/tasty-golden") (synopsis "Golden tests support for tasty") (description - "This package provides support for 'golden testing'. A golden test is an -IO action that writes its result to a file. To pass the test, this output -file should be identical to the corresponding 'golden' file, which contains -the correct result for the test.") + "This package provides support for 'golden testing'. A @dfn{golden test} +is an IO action that writes its result to a file. To pass the test, this +output file should be identical to the corresponding 'golden' file, which +contains the correct result for the test.") (license license:expat))) ;; This package builds `clock` without tests, since the tests rely on tasty |