GNU bug report logs - #50835
[PATCH 0/8] New Haskell packages: cache, redis client, xmpp

Previous Next

Package: guix-patches;

Reported by: Stephen Paul Weber <singpolyma <at> singpolyma.net>

Date: Mon, 27 Sep 2021 02:10:02 UTC

Severity: normal

Tags: patch

Full log


Message #86 received at 50835 <at> debbugs.gnu.org (full text, mbox):

From: Stephen Paul Weber <singpolyma <at> singpolyma.net>
To: 50835 <at> debbugs.gnu.org
Cc: Stephen Paul Weber <singpolyma <at> singpolyma.net>, rg <at> raghavgururajan.name
Subject: [PATCH v2 21/24] gnu: Add ghc-tasty-tap.
Date: Thu, 13 Jan 2022 21:45:43 -0500
* gnu/packages/haskell-xyz.scm (ghc-tasty-tap): New variable.
---
 gnu/packages/haskell-xyz.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 7ad9c3eabd..7e654c6edf 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -16558,3 +16558,22 @@ https://gist.github.com/maaku/8996338#file-bip-ecc32-mediawiki.")
     (description
       "Formatting implements combinator-based type-safe formatting.")
     (license license:bsd-3)))
+
+(define-public ghc-tasty-tap
+  (package
+    (name "ghc-tasty-tap")
+    (version "0.1.0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (hackage-uri "tasty-tap" version))
+        (sha256
+          (base32 "16i7pd0xis1fyqgmsy4mq04y87ny61dh2lddnjijcf1s9jz9b6x8"))))
+    (build-system haskell-build-system)
+    (inputs (list ghc-tasty))
+    (native-inputs (list ghc-tasty-hunit ghc-tasty-golden))
+    (home-page "https://github.com/michaelxavier/tasty-tap")
+    (synopsis "TAP (Test Anything Protocol) Version 13 formatter for tasty")
+    (description
+      "Tasty TAP is a tasty ingredient to output test results in TAP 13 format.")
+    (license license:expat)))
-- 
2.30.2




This bug report was last modified 3 years and 151 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.