[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
92/153: gnu: Add ghc-tasty-ant-xml.
From: |
Paul |
Subject: |
92/153: gnu: Add ghc-tasty-ant-xml. |
Date: |
Wed, 21 Oct 2015 16:07:39 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit d8a2328992f8a044291aff2bda74c817290fa062
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 15:21:34 2015 +0200
gnu: Add ghc-tasty-ant-xml.
* gnu/packages/haskell.scm (ghc-tasty-ant-xml): New variable.
---
gnu/packages/haskell.scm | 33 +++++++++++++++++++++++++++++++++
1 files changed, 33 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 5242942..1eb4715 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1406,6 +1406,39 @@ properties for all test cases up to some depth. The
test cases are generated
automatically by SmallCheck.")
(license bsd-3)))
+(define-public ghc-tasty-ant-xml
+ (package
+ (name "ghc-tasty-ant-xml")
+ (version "1.0.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/tasty-ant-xml/tasty-ant-xml-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0pgz2lclg2hp72ykljcbxd88pjanfdfk8m5vb2qzcyjr85kwrhxv"))))
+ (build-system haskell-build-system)
+ (propagated-inputs
+ `(("ghc-generic-deriving" ,ghc-generic-deriving)
+ ("ghc-xml" ,ghc-xml)))
+ (inputs
+ `(("ghc-mtl" ,ghc-mtl)
+ ("ghc-stm" ,ghc-stm)
+ ("ghc-tagged" ,ghc-tagged)
+ ("ghc-tasty" ,ghc-tasty)))
+ (home-page
+ "http://github.com/ocharles/tasty-ant-xml")
+ (synopsis
+ "Render tasty output to XML for Jenkins")
+ (description
+ "A tasty ingredient to output test results in XML, using the Ant
+schema. This XML can be consumed by the Jenkins continuous integration
+framework.")
+ (license bsd-3)))
+
(define-public ghc-tasty-smallcheck
(package
(name "ghc-tasty-smallcheck")
- 47/153: gnu: Add ghc-fingertree., (continued)
- 47/153: gnu: Add ghc-fingertree., Paul, 2015/10/21
- 59/153: gnu: Add ghc-blaze-html., Paul, 2015/10/21
- 06/153: gnu: Add ghc-old-time., Paul, 2015/10/21
- 53/153: gnu: Add ghc-monad-control., Paul, 2015/10/21
- 05/153: gnu: xmonad: Patch for updated libraries., Paul, 2015/10/21
- 27/153: gnu: Add ghc-temporary., Paul, 2015/10/21
- 28/153: gnu: Add ghc-silently., Paul, 2015/10/21
- 20/153: gnu: Remove ghc-containers., Paul, 2015/10/21
- 101/153: gnu: Add ghc-hscolour., Paul, 2015/10/21
- 86/153: gnu: Add ghc-stringsearch., Paul, 2015/10/21
- 92/153: gnu: Add ghc-tasty-ant-xml.,
Paul <=
- 02/153: gnu: ghc-mtl: Update to 2.2.1., Paul, 2015/10/21
- 29/153: gnu: Add ghc-hspec-expectations., Paul, 2015/10/21
- 01/153: gnu: ghc: Update to 7.10.2., Paul, 2015/10/21
- 10/153: gnu: ghc-text: Update to 1.2.1.3., Paul, 2015/10/21
- 17/153: gnu: ghc-http: Update to 4000.2.20., Paul, 2015/10/21
- 14/153: gnu: ghc-syb: Update to 0.6., Paul, 2015/10/21
- 38/153: gnu: Add ghc-pcre-light., Paul, 2015/10/21
- 21/153: gnu: Add ghc-async., Paul, 2015/10/21
- 39/153: gnu: Add ghc-logict., Paul, 2015/10/21
- 55/153: gnu: Add ghc-easy-file., Paul, 2015/10/21