samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 6644aea303cf393962c042210e42a704eb8c620c
Author: Timothy Sample <[email protected]>
Date: Thu Oct 31 10:03:42 2019 -0400
gnu: ghc-exceptions: Update to 0.10.3.
* gnu/packages/haskell-xyz.scm (ghc-exceptions): Update to 0.10.3.
---
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 242f162..72b6c0d 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3210,7 +3210,7 @@ excluding @file{.lhs} files.")
(define-public ghc-exceptions
(package
(name "ghc-exceptions")
- (version "0.10.0")
+ (version "0.10.3")
(source
(origin
(method url-fetch)
@@ -3220,7 +3220,7 @@ excluding @file{.lhs} files.")
".tar.gz"))
(sha256
(base32
- "1ms9zansv0pwzwdjncvx4kf18lnkjy2p61hvjhvxmjx5bqp93p8y"))))
+ "1w25j4ys5s6v239vbqlbipm9fdwxl1j2ap2lzms7f7rgnik5ir24"))))
(build-system haskell-build-system)
(native-inputs
`(("ghc-quickcheck" ,ghc-quickcheck)