guix-commits
[Top][All Lists]
Advanced

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

12/12: gnu: ghc-quickcheck-io: Update to 0.2.0.


From: Tobias Geerinckx-Rice
Subject: 12/12: gnu: ghc-quickcheck-io: Update to 0.2.0.
Date: Wed, 6 Dec 2017 21:03:14 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit bb0e9ca4d9600197f80100b802671f775b38226a
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Dec 7 00:58:04 2017 +0100

    gnu: ghc-quickcheck-io: Update to 0.2.0.
    
    * gnu/packages/haskell-check.scm (ghc-quickcheck-io): Update to 0.2.0
---
 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 3536d95..6bcf6c9 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -366,7 +366,7 @@ testing Unicode-related software.")
 (define-public ghc-quickcheck-io
   (package
     (name "ghc-quickcheck-io")
-    (version "0.1.2")
+    (version "0.2.0")
     (source
      (origin
        (method url-fetch)
@@ -376,7 +376,7 @@ testing Unicode-related software.")
              ".tar.gz"))
        (sha256
         (base32
-         "1kf1kfw9fsmly0rvzvdf6jvdw10qhkmikyj0wcwciw6wad95w9sh"))))
+         "08k4v7pkgjf30pv5j2dfv1gqv6hclxlniyq2sps8zq4zswcr2xzv"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-quickcheck" ,ghc-quickcheck)



reply via email to

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