[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/14: gnu: Add ghc-test-framework-smallcheck.
From: |
guix-commits |
Subject: |
05/14: gnu: Add ghc-test-framework-smallcheck. |
Date: |
Sun, 4 Jul 2021 11:56:09 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 70c462b375ae137ce5ea2654943e22bc4601686e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 4 14:30:20 2021 +0200
gnu: Add ghc-test-framework-smallcheck.
* gnu/packages/haskell-check.scm (ghc-test-framework-smallcheck): New
public variable.
---
gnu/packages/haskell-check.scm | 25 ++++++++++++++++++++++++-
1 file changed, 24 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index df7a667..e741d49 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -7,7 +7,7 @@
;;; Copyright © 2016 David Craven <david@craven.ch>
;;; Copyright © 2017 Danny Milosavljevic <dannym@scratchpost.org>
;;; Copyright © 2017 rsiddharth <s@ricketyspace.net>
-;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2017, 2018, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Tonton <tonton@riseup.net>
;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2019 Timothy Sample <samplet@ngyro.com>
@@ -611,6 +611,29 @@ reporting and test statistics output.")
package.")
(license license:bsd-3)))
+(define-public ghc-test-framework-smallcheck
+ (package
+ (name "ghc-test-framework-smallcheck")
+ (version "0.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "test-framework-smallcheck/"
+ "test-framework-smallcheck-" version ".tar.gz"))
+ (sha256
+ (base32 "1xpgpk1gp4w7w46b4rhj80fa0bcyz8asj2dcjb5x1c37b7rw90b0"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-smallcheck" ,ghc-smallcheck)
+ ("ghc-test-framework" ,ghc-test-framework)))
+ (home-page "https://github.com/Bodigrim/smallcheck")
+ (synopsis "SmallCheck support for test-framework")
+ (description
+ "This package lets programmers use SmallCheck properties in Haskell's
+test-framework. New projects should use ghc-tasty-smallcheck instead.")
+ (license license:bsd-3)))
+
(define-public ghc-test-framework-th
(package
(name "ghc-test-framework-th")
- 02/14: gnu: Add ghc-data-clist., (continued)
- 02/14: gnu: Add ghc-data-clist., guix-commits, 2021/07/04
- 08/14: gnu: abiword: Update to 3.0.5., guix-commits, 2021/07/04
- 09/14: gnu: tarlz: Update to 0.21., guix-commits, 2021/07/04
- 14/14: gnu: procenv: Update to 0.58., guix-commits, 2021/07/04
- 11/14: gnu: lynis: Update to 3.0.5., guix-commits, 2021/07/04
- 03/14: gnu: Add ghc-text-zipper., guix-commits, 2021/07/04
- 06/14: gnu: Add ghc-quickcheck-assertions., guix-commits, 2021/07/04
- 07/14: gnu: nanovna-saver: Update to 0.3.9., guix-commits, 2021/07/04
- 10/14: gnu: faudio: Update to 21.07., guix-commits, 2021/07/04
- 04/14: gnu: Add ghc-finite-typelits., guix-commits, 2021/07/04
- 05/14: gnu: Add ghc-test-framework-smallcheck.,
guix-commits <=
- 13/14: gnu: perl-email-abstract: Update to 3.009., guix-commits, 2021/07/04
- 12/14: gnu: reuse: Update to 0.13.0., guix-commits, 2021/07/04