[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 064/105] gnu: Add ghc-tasty-golden.
From: |
Paul van der Walt |
Subject: |
[PATCH 064/105] gnu: Add ghc-tasty-golden. |
Date: |
Thu, 15 Oct 2015 17:28:47 +0200 |
* gnu/packages/haskell.scm (ghc-tasty-golden): New variable.
---
gnu/packages/haskell.scm | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index d0e7223..a041a35 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2932,6 +2932,41 @@ Python (<http://docs.python.org/library/doctest.html>).")
"QuickCheck support for the Tasty 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")
--
2.6.1
- [PATCH 051/105] gnu: Add ghc-tagsoup., (continued)
- [PATCH 051/105] gnu: Add ghc-tagsoup., Paul van der Walt, 2015/10/15
- [PATCH 049/105] gnu: Add ghc-contravariant., Paul van der Walt, 2015/10/15
- [PATCH 056/105] gnu: Add ghc-regex-tdfa-rc., Paul van der Walt, 2015/10/15
- [PATCH 063/105] gnu: Add ghc-temporary-rc., Paul van der Walt, 2015/10/15
- [PATCH 060/105] gnu: Add ghc-word8., Paul van der Walt, 2015/10/15
- [PATCH 065/105] gnu: Add ghc-smallcheck., Paul van der Walt, 2015/10/15
- [PATCH 026/105] gnu: ghc-base64-bytestring: New variable., Paul van der Walt, 2015/10/15
- [PATCH 053/105] gnu: Add ghc-fast-logger., Paul van der Walt, 2015/10/15
- [PATCH 057/105] gnu: Add ghc-tasty., Paul van der Walt, 2015/10/15
- [PATCH 061/105] gnu: Add ghc-stringsearch., Paul van der Walt, 2015/10/15
- [PATCH 064/105] gnu: Add ghc-tasty-golden.,
Paul van der Walt <=
- [PATCH 062/105] gnu: Add ghc-tasty-quickcheck., Paul van der Walt, 2015/10/15
- [PATCH 054/105] gnu: Add ghc-charset., Paul van der Walt, 2015/10/15
- [PATCH 059/105] gnu: Add ghc-lifted-base., Paul van der Walt, 2015/10/15
- [PATCH 058/105] gnu: Add ghc-tasty-hunit., Paul van der Walt, 2015/10/15
- [PATCH 066/105] gnu: Add ghc-tasty-smallcheck., Paul van der Walt, 2015/10/15
- [PATCH 067/105] gnu: Add ghc-tasty-ant-xml., Paul van der Walt, 2015/10/15