guix-commits
[Top][All Lists]
Advanced

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

118/257: gnu: ghc-tasty-hunit: Update to 0.10.0.1.


From: Ricardo Wurmus
Subject: 118/257: gnu: ghc-tasty-hunit: Update to 0.10.0.1.
Date: Thu, 27 Sep 2018 15:47:11 -0400 (EDT)

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

commit 328b864db535de0cc7593595d8db2ed7bb83e241
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 23:16:30 2018 -0400

    gnu: ghc-tasty-hunit: Update to 0.10.0.1.
    
    * gnu/packages/haskell-check.scm (ghc-tasty-hunit): Update to 0.10.0.1.
    [inputs]: Add ghc-call-stack.
---
 gnu/packages/haskell-check.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index 561cf04..232975e 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -213,7 +213,7 @@ and any other types of tests into a single test suite.")
 (define-public ghc-tasty-hunit
   (package
     (name "ghc-tasty-hunit")
-    (version "0.9.2")
+    (version "0.10.0.1")
     (source
      (origin
        (method url-fetch)
@@ -223,10 +223,11 @@ and any other types of tests into a single test suite.")
              ".tar.gz"))
        (sha256
         (base32
-         "08qnxaw34wfnzi9irs1jd4d0zczqm3k5ffkd4zwhkz0dflmgq7mf"))))
+         "0j3hgga6c3s8h5snzivb8a75h96207ia2rlbxzj07xbf4zpkp44g"))))
     (build-system haskell-build-system)
     (inputs
-     `(("ghc-tasty" ,ghc-tasty)))
+     `(("ghc-call-stack" ,ghc-call-stack-boot)
+       ("ghc-tasty" ,ghc-tasty)))
     (home-page "http://documentup.com/feuerbach/tasty";)
     (synopsis "HUnit support for the Tasty test framework")
     (description "This package provides HUnit support for the Tasty Haskell



reply via email to

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