[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
90/154: gnu: Add ghc-tasty-golden.
From: |
Paul |
Subject: |
90/154: gnu: Add ghc-tasty-golden. |
Date: |
Fri, 23 Oct 2015 07:14:28 +0000 |
toothbrush pushed a commit to branch master
in repository guix.
commit 9855500af6b4516da998fb51ee3c20f3677fa466
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 edc0acd..6da0c1d 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2912,6 +2912,41 @@ occurrences of a substring (the first in case of
overlaps) with another.")
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")
- 81/154: gnu: Add ghc-lifted-base., (continued)
- 81/154: gnu: Add ghc-lifted-base., Paul, 2015/10/23
- 82/154: gnu: Add ghc-word8., Paul, 2015/10/23
- 83/154: gnu: Add ghc-stringsearch., Paul, 2015/10/23
- 84/154: gnu: Add ghc-clock-bootstrap., Paul, 2015/10/23
- 87/154: gnu: Add ghc-tasty-quickcheck., Paul, 2015/10/23
- 86/154: gnu: Add ghc-tasty-hunit., Paul, 2015/10/23
- 85/154: gnu: Add ghc-tasty., Paul, 2015/10/23
- 89/154: gnu: Add ghc-temporary-rc., Paul, 2015/10/23
- 91/154: gnu: Add ghc-smallcheck., Paul, 2015/10/23
- 88/154: gnu: Add ghc-clock., Paul, 2015/10/23
- 90/154: gnu: Add ghc-tasty-golden.,
Paul <=
- 92/154: gnu: Add ghc-tasty-smallcheck., Paul, 2015/10/23
- 93/154: gnu: Add ghc-tasty-ant-xml., Paul, 2015/10/23
- 95/154: gnu: Add ghc-attoparsec., Paul, 2015/10/23
- 96/154: gnu: Add ghc-aeson., Paul, 2015/10/23
- 94/154: gnu: Add ghc-scientific., Paul, 2015/10/23
- 97/154: gnu: Add ghc-css-text., Paul, 2015/10/23
- 99/154: gnu: Add ghc-cereal., Paul, 2015/10/23
- 100/154: gnu: Add ghc-distributive., Paul, 2015/10/23
- 98/154: gnu: Add ghc-zip-archive., Paul, 2015/10/23
- 101/154: gnu: Add ghc-comonad., Paul, 2015/10/23