guix-commits
[Top][All Lists]
Advanced

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

119/272: gnu: ghc-tasty-quickcheck: Update to 0.10.


From: Ricardo Wurmus
Subject: 119/272: gnu: ghc-tasty-quickcheck: Update to 0.10.
Date: Mon, 1 Oct 2018 06:13:29 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 59a50276043d2054eb7f74a64a4e5cc8b8f1157e
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 23:25:50 2018 -0400

    gnu: ghc-tasty-quickcheck: Update to 0.10.
    
    * gnu/packages/haskell-check.scm (ghc-tasty-quickcheck): Update to 0.10.
---
 gnu/packages/haskell-check.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index 232975e..0ab0b9a 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -96,7 +96,7 @@ Haskell test framework.")
 (define-public ghc-tasty-quickcheck
   (package
     (name "ghc-tasty-quickcheck")
-    (version "0.8.4")
+    (version "0.10")
     (source
      (origin
        (method url-fetch)
@@ -105,7 +105,7 @@ Haskell test framework.")
              "tasty-quickcheck-" version ".tar.gz"))
        (sha256
         (base32
-         "15rjxib5jmjq0hzj47x15kgp3awc73va4cy1pmpf7k3hvfv4qprn"))))
+         "0vr6szbbz3s5461i0zr8zpq347zfvidfzv5gf3xwxhm0yk731z8h"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-quickcheck" ,ghc-quickcheck)



reply via email to

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