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

commit 3c9088e197b489aa8e9b4628fd6084ed5eabfcec
Author: Timothy Sample <[email protected]>
Date:   Thu Oct 31 14:24:13 2019 -0400

    gnu: ghc-hedgehog: Update to 1.0.1.
    
    * gnu/packages/haskell-check.scm (ghc-hedgehog): Update to 1.0.1.
---
 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 afe8052..f6f35d7 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -798,7 +798,7 @@ implementations of cryptographic ciphers.")
 (define-public ghc-hedgehog
   (package
     (name "ghc-hedgehog")
-    (version "0.6.1")
+    (version "1.0.1")
     (source
      (origin
        (method url-fetch)
@@ -808,7 +808,7 @@ implementations of cryptographic ciphers.")
              ".tar.gz"))
        (sha256
         (base32
-         "0xz10ycdm5vk9nrcym1fi83k19frfwqz18bz8bnpzwvaj0j41yfj"))))
+         "1qc7hkqbnsk3f5r26wc35r3qiy941nmcxhfqgcq9027kw4gs0bi0"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-ansi-terminal" ,ghc-ansi-terminal)

Reply via email to