guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

183/257: gnu: ghc-tasty-th: Update to 0.1.7.


From: Ricardo Wurmus
Subject: 183/257: gnu: ghc-tasty-th: Update to 0.1.7.
Date: Thu, 27 Sep 2018 15:47:24 -0400 (EDT)

rekado pushed a commit to branch wip-haskell
in repository guix.

commit 769fc00fd1df7c29d2bc852873dc00a05a5f6ec8
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 23:17:42 2018 -0400

    gnu: ghc-tasty-th: Update to 0.1.7.
    
    * gnu/packages/haskell-check.scm (ghc-tasty-th): Update to 0.1.7.
    [inputs]: Add ghc-haskell-src-exts and ghc-tasty-hunit.
---
 gnu/packages/haskell-check.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index d8c2e47..ce1030e 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -260,7 +260,7 @@ tasty.")
 (define-public ghc-tasty-th
   (package
     (name "ghc-tasty-th")
-    (version "0.1.4")
+    (version "0.1.7")
     (source
      (origin
        (method url-fetch)
@@ -269,10 +269,12 @@ tasty.")
              version ".tar.gz"))
        (sha256
         (base32
-         "0dff9si8i1qp0s7p4hlk0l29vq7wxfglw6mvlgmld43h7rllv88q"))))
+         "0b2ivrw2257m4cy4rjnkwqlarh83j1y3zywnmaqqqbvy667sqnj3"))))
     (build-system haskell-build-system)
     (inputs
-     `(("ghc-tasty" ,ghc-tasty)))
+     `(("ghc-haskell-src-exts" ,ghc-haskell-src-exts)
+       ("ghc-tasty" ,ghc-tasty)
+       ("ghc-tasty-hunit" ,ghc-tasty-hunit)))
     (home-page "https://github.com/bennofs/tasty-th";)
     (synopsis "Automatically generate tasty TestTrees")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]