[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
89/153: gnu: Add ghc-tasty-golden.
From: |
Paul |
Subject: |
89/153: gnu: Add ghc-tasty-golden. |
Date: |
Thu, 22 Oct 2015 10:11:29 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit d9930612d039869b19a3a4912d55316e2b4c18f1
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 15:18:42 2015 +0200
gnu: Add ghc-tasty-golden.
* gnu/packages/haskell.scm (ghc-tasty-golden): New variable.
---
gnu/packages/haskell.scm | 35 +++++++++++++++++++++++++++++++++++
1 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index e017595..ccfb087 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2877,6 +2877,41 @@ It is modeled after doctest for Python, see
Haskell test framework.")
(license expat)))
+(define-public ghc-tasty-golden
+ (package
+ (name "ghc-tasty-golden")
+ (version "2.3.0.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/tasty-golden/tasty-golden-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0n7nll1sx75n3lffwhgnjrxdn0jz1g0921z9mj193fxqw0wz8axh"))))
+ (build-system haskell-build-system)
+ (propagated-inputs
+ `(("ghc-temporary" ,ghc-temporary)))
+ (inputs
+ `(("ghc-tasty" ,ghc-tasty)
+ ("ghc-mtl" ,ghc-mtl)
+ ("ghc-optparse-applicative" ,ghc-optparse-applicative)
+ ("ghc-tagged" ,ghc-tagged)
+ ("ghc-async" ,ghc-async)
+ ("ghc-tasty-hunit" ,ghc-tasty-hunit)
+ ("ghc-temporary-rc" ,ghc-temporary-rc)))
+ (home-page
+ "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.")
+ (license expat)))
+
(define-public ghc-tasty
(package
(name "ghc-tasty")
- 71/153: gnu: Add ghc-void., (continued)
- 71/153: gnu: Add ghc-void., Paul, 2015/10/22
- 75/153: gnu: Add ghc-digest., Paul, 2015/10/22
- 62/153: gnu: Add ghc-tagged., Paul, 2015/10/22
- 73/153: gnu: Add ghc-statevar., Paul, 2015/10/22
- 74/153: gnu: Add ghc-contravariant., Paul, 2015/10/22
- 77/153: gnu: Add ghc-bytestring-builder., Paul, 2015/10/22
- 86/153: gnu: Add ghc-stringsearch., Paul, 2015/10/22
- 83/153: gnu: Add ghc-tasty-hunit., Paul, 2015/10/22
- 76/153: gnu: Add ghc-tagsoup., Paul, 2015/10/22
- 90/153: gnu: Add ghc-smallcheck., Paul, 2015/10/22
- 89/153: gnu: Add ghc-tasty-golden.,
Paul <=
- 99/153: gnu: Add ghc-distributive., Paul, 2015/10/22
- 98/153: gnu: Add ghc-cereal., Paul, 2015/10/22
- 88/153: gnu: Add ghc-temporary-rc., Paul, 2015/10/22
- 95/153: gnu: Add ghc-aeson., Paul, 2015/10/22
- 97/153: gnu: Add ghc-zip-archive., Paul, 2015/10/22
- 100/153: gnu: Add ghc-comonad., Paul, 2015/10/22
- 68/153: gnu: Add ghc-http-types., Paul, 2015/10/22
- 70/153: gnu: Add ghc-semigroups., Paul, 2015/10/22
- 81/153: gnu: Add ghc-regex-tdfa-rc., Paul, 2015/10/22
- 66/153: gnu: Add ghc-unix-compat., Paul, 2015/10/22