[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/09: gnu: Add ghc-tasty-rerun.
From: |
David Craven |
Subject: |
03/09: gnu: Add ghc-tasty-rerun. |
Date: |
Sat, 10 Dec 2016 20:47:25 +0000 (UTC) |
dvc pushed a commit to branch master
in repository guix.
commit f7e624b639c24c5d4a374ff92b134375ecfdee92
Author: David Craven <address@hidden>
Date: Sat Nov 5 18:52:38 2016 +0100
gnu: Add ghc-tasty-rerun.
* gnu/packages/haskell.scm (ghc-tasty-rerun): New variable.
---
gnu/packages/haskell.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 4a69dc3..7b46aad 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -8043,4 +8043,33 @@ deletion notification. This library builds upon existing
libraries for platform
specific Windows, Mac, and Linux filesystem event notification.")
(license license:bsd-3)))
+(define-public ghc-tasty-rerun
+ (package
+ (name "ghc-tasty-rerun")
+ (version "1.1.6")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://hackage.haskell.org/package/tasty-rerun/"
+ "tasty-rerun-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0ycxg7whabgcxyzy6gr536x8ykzx45whh1wrbsc7c58zi862fczd"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-mtl" ,ghc-mtl)
+ ("ghc-optparse-applicative" ,ghc-optparse-applicative)
+ ("ghc-reducers" ,ghc-reducers)
+ ("ghc-split" ,ghc-split)
+ ("ghc-stm" ,ghc-stm)
+ ("ghc-tagged" ,ghc-tagged)
+ ("ghc-tasty" ,ghc-tasty)))
+ (home-page "http://github.com/ocharles/tasty-rerun")
+ (synopsis "Run tests by filtering the test tree")
+ (description "This package adds the ability to run tests by filtering the
+test tree based on the result of a previous test run. You can use this to run
+only those tests that failed in the last run, or to only run the tests that
have
+been added since previous test run.")
+ (license license:bsd-3)))
+
;;; haskell.scm ends here
- branch master updated (56c394e -> e31b75f), David Craven, 2016/12/10
- 01/09: gnu: Add ghc-hinotify., David Craven, 2016/12/10
- 04/09: gnu: Add ghc-ieee754., David Craven, 2016/12/10
- 02/09: gnu: Add ghc-fsnotify., David Craven, 2016/12/10
- 05/09: gnu: Add ghc-terminal-size., David Craven, 2016/12/10
- 03/09: gnu: Add ghc-tasty-rerun.,
David Craven <=
- 08/09: gnu: coq: Update to 8.5pl2., David Craven, 2016/12/10
- 06/09: gnu: ghc-trifecta: Update to 1.6., David Craven, 2016/12/10
- 09/09: gnu: Add ocaml-menhir., David Craven, 2016/12/10
- 07/09: gnu: idris: Update to 0.12.3., David Craven, 2016/12/10