guix-commits
[Top][All Lists]
Advanced

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

135/249: gnu: ghc-quickcheck-instances: Update to 0.3.22.


From: guix-commits
Subject: 135/249: gnu: ghc-quickcheck-instances: Update to 0.3.22.
Date: Thu, 31 Oct 2019 23:49:47 -0400 (EDT)

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

commit fdacc6f33f7c361182bbcbf3a7c92647bcdab8e4
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 12:55:53 2019 -0400

    gnu: ghc-quickcheck-instances: Update to 0.3.22.
    
    * gnu/packages/haskell-check.scm (ghc-quickcheck-instances): Update to 
0.3.22.
---
 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 d2c45a5..afe8052 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -314,7 +314,7 @@ development.")
 (define-public ghc-quickcheck-instances
   (package
     (name "ghc-quickcheck-instances")
-    (version "0.3.18")
+    (version "0.3.22")
     (source
      (origin
        (method url-fetch)
@@ -324,7 +324,7 @@ development.")
              version ".tar.gz"))
        (sha256
         (base32
-         "1bh1pzz5fdcqvzdcirqxna6fnjms02min5md716299g5niz46w55"))))
+         "14asr9r7da3w7p4hjj51w2yb002nz8x0np8hdz9z4yjvi60vyrax"))))
     (build-system haskell-build-system)
     (arguments
      `(#:cabal-revision



reply via email to

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