[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
92/151: gnu: Add ghc-tasty-ant-xml.
From: |
Paul |
Subject: |
92/151: gnu: Add ghc-tasty-ant-xml. |
Date: |
Tue, 20 Oct 2015 15:30:58 +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")
- 82/151: gnu: Add ghc-tasty., (continued)
- 82/151: gnu: Add ghc-tasty., Paul, 2015/10/20
- 79/151: gnu: Add ghc-charset., Paul, 2015/10/20
- 85/151: gnu: Add ghc-word8., Paul, 2015/10/20
- 97/151: gnu: Add ghc-zip-archive., Paul, 2015/10/20
- 95/151: gnu: Add ghc-aeson., Paul, 2015/10/20
- 76/151: gnu: Add ghc-tagsoup., Paul, 2015/10/20
- 72/151: gnu: Add ghc-bifunctors., Paul, 2015/10/20
- 71/151: gnu: Add ghc-void., Paul, 2015/10/20
- 86/151: gnu: Add ghc-stringsearch., Paul, 2015/10/20
- 93/151: gnu: Add ghc-scientific., Paul, 2015/10/20
- 92/151: gnu: Add ghc-tasty-ant-xml.,
Paul <=
- 90/151: gnu: Add ghc-smallcheck., Paul, 2015/10/20
- 99/151: gnu: Add ghc-distributive., Paul, 2015/10/20
- 89/151: gnu: Add ghc-tasty-golden., Paul, 2015/10/20
- 94/151: gnu: Add ghc-attoparsec., Paul, 2015/10/20
- 88/151: gnu: Add ghc-temporary-rc., Paul, 2015/10/20
- 87/151: gnu: Add ghc-tasty-quickcheck., Paul, 2015/10/20
- 83/151: gnu: Add ghc-tasty-hunit., Paul, 2015/10/20
- 101/151: gnu: Add ghc-hscolour., Paul, 2015/10/20
- 104/151: gnu: Add ghc-profunctors., Paul, 2015/10/20
- 103/151: gnu: Add ghc-extra., Paul, 2015/10/20