summary refs log tree commit diff
path: root/gnu/packages/haskell-check.scm
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 10:00:01 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:05 -0500
commitfee444f56362299553a0bdbee596d9b3b8a1f449 (patch)
tree91097b2b592932fe29d882fe47a5f5b89befb5ac /gnu/packages/haskell-check.scm
parentd418ec06579092efaec05fb2a1c19d92386e2ae6 (diff)
downloadguix-fee444f56362299553a0bdbee596d9b3b8a1f449.tar.gz
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.
[arguments]: Update Cabal file hash.
Diffstat (limited to 'gnu/packages/haskell-check.scm')
-rw-r--r--gnu/packages/haskell-check.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index 6c9f5250ae..c7f1afdbc4 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -496,7 +496,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)
@@ -505,11 +505,11 @@ reporting and test statistics output.")
                            "test-framework-quickcheck2-" version ".tar.gz"))
        (sha256
         (base32
-         "0vj834337r6jzr3258cv68ly2sv5999mklpsrfngyk51kywsyqyp"))))
+         "0ngf9vvby4nrdf1i7dxf5m9jn0g2pkq32w48xdr92n9hxka7ixn9"))))
     (build-system haskell-build-system)
     (arguments
      `(#:cabal-revision
-       ("1" "147ngmfdkskyg7mwsp5w73a4dbx3rp5s38bci3z03kn1m093lxff")))
+       ("1" "1vmpk70h1594h9s216d3ngkb399fpny1d3sh4gg0vrc75p4as68d")))
     (inputs
      `(("ghc-extensible-exceptions" ,ghc-extensible-exceptions)
        ("ghc-quickcheck" ,ghc-quickcheck)