~ruther/guix-local

49b9c8005c6d46ebb19b6f3e80014558a5e7d431 — Tobias Geerinckx-Rice 8 years ago 5f83ccb
gnu: ghc-tasty-golden: Mark up description.

* gnu/packages/haskell-check.scm (ghc-tasty-golden)[description]: Use @dfn.
1 files changed, 4 insertions(+), 4 deletions(-)

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