guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/12: gnu: ghc-tasty-golden: Mark up description.


From: Tobias Geerinckx-Rice
Subject: 07/12: gnu: ghc-tasty-golden: Mark up description.
Date: Wed, 6 Dec 2017 21:03:13 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 49b9c8005c6d46ebb19b6f3e80014558a5e7d431
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Dec 7 00:33:08 2017 +0100

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

diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index 2d72a04..28ed00d 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]