gnu: ghc-tasty-golden: Mark up description.

* gnu/packages/haskell-check.scm (ghc-tasty-golden)[description]: Use @dfn.
This commit is contained in:
Tobias Geerinckx-Rice 2017-12-07 00:33:08 +01:00
parent 5f83ccbdee
commit 49b9c8005c
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 4 deletions

View File

@ -147,10 +147,10 @@ Haskell test framework.")
"https://github.com/feuerbach/tasty-golden") "https://github.com/feuerbach/tasty-golden")
(synopsis "Golden tests support for tasty") (synopsis "Golden tests support for tasty")
(description (description
"This package provides support for 'golden testing'. A golden test is an "This package provides support for 'golden testing'. A @dfn{golden test}
IO action that writes its result to a file. To pass the test, this output is an IO action that writes its result to a file. To pass the test, this
file should be identical to the corresponding 'golden' file, which contains output file should be identical to the corresponding 'golden' file, which
the correct result for the test.") contains the correct result for the test.")
(license license:expat))) (license license:expat)))
;; This package builds `clock` without tests, since the tests rely on tasty ;; This package builds `clock` without tests, since the tests rely on tasty