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

commit 652435a6d70208ac86356bbe17f47084d1fa3dc0
Author: Timothy Sample <[email protected]>
Date:   Thu Oct 31 10:00:01 2019 -0400

    gnu: ghc-test-framework-quickcheck2: Update to 0.3.0.5.
    
    * gnu/packages/haskell-check.scm (ghc-test-framework-quickcheck2): Update 
to 0.3.0.5.
---
 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 e972417..79f4fb4 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -500,7 +500,7 @@ reporting and test statistics output.")
 (define-public ghc-test-framework-quickcheck2
   (package
     (name "ghc-test-framework-quickcheck2")
-    (version "0.3.0.4")
+    (version "0.3.0.5")
     (source
      (origin
        (method url-fetch)
@@ -509,7 +509,7 @@ reporting and test statistics output.")
                            "test-framework-quickcheck2-" version ".tar.gz"))
        (sha256
         (base32
-         "0vj834337r6jzr3258cv68ly2sv5999mklpsrfngyk51kywsyqyp"))))
+         "0ngf9vvby4nrdf1i7dxf5m9jn0g2pkq32w48xdr92n9hxka7ixn9"))))
     (build-system haskell-build-system)
     (arguments
      `(#:cabal-revision

Reply via email to