diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-10-31 10:30:28 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:18 -0500 |
commit | e4ede35b9c5f02d9f2dedad0f9baa32d40d41c89 (patch) | |
tree | c0b8cfad84c9c8582c07ddaa458e31d224fe7b45 | |
parent | 511c3204b78955d3bfa9575ae42d90b48767d13f (diff) | |
download | patches-e4ede35b9c5f02d9f2dedad0f9baa32d40d41c89.tar patches-e4ede35b9c5f02d9f2dedad0f9baa32d40d41c89.tar.gz |
gnu: ghc-genvalidity-property: Update to 0.4.0.0.
* gnu/packages/haskell-xyz.scm (ghc-genvalidity-property): Update to
0.4.0.0.
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 053cc5a11c..3619370b15 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -3879,7 +3879,7 @@ with the @code{Validity} typeclass.") (define-public ghc-genvalidity-property (package (name "ghc-genvalidity-property") - (version "0.2.1.1") + (version "0.4.0.0") (source (origin (method url-fetch) @@ -3890,7 +3890,7 @@ with the @code{Validity} typeclass.") ".tar.gz")) (sha256 (base32 - "0cjw5i2pydidda9bnp6x37ylhxdk9g874x5sadr6sscg5kq85a1b")))) + "0zayycx62226w54rvkxwhvqhznsr33dk3ds55yyqrfqbnhvph1s9")))) (build-system haskell-build-system) (inputs `(("ghc-quickcheck" ,ghc-quickcheck) |