samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 7ab7db4b3a7f0f89ba5e4d358dc55a3147674495
Author: Timothy Sample <[email protected]>
Date: Thu Oct 31 10:25:52 2019 -0400
gnu: ghc-validity: Update to 0.9.0.2.
* gnu/packages/haskell-xyz.scm (ghc-validity): Update to 0.9.0.2.
---
gnu/packages/haskell-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index a4e7c63..7ba2041 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -11135,7 +11135,7 @@ example of, \"An applicative functor that is not a
monad.\"")
(define-public ghc-validity
(package
(name "ghc-validity")
- (version "0.7.0.0")
+ (version "0.9.0.2")
(source
(origin
(method url-fetch)
@@ -11145,7 +11145,7 @@ example of, \"An applicative functor that is not a
monad.\"")
".tar.gz"))
(sha256
(base32
- "0xribw98amafihw87ddajk6vlirp7w9b26lrnjgq7jfm4710j95f"))))
+ "1aa93lp1pqwv7vhx19nazlig8qhbp3psblbz360s5lii3s5rli2v"))))
(build-system haskell-build-system)
(native-inputs `(("ghc-hspec" ,ghc-hspec)
("hspec-discover" ,hspec-discover)))