me
/
guix
Archived
1
0
Fork 0

gnu: ghc-exceptions: Update to 0.10.3.

* gnu/packages/haskell-xyz.scm (ghc-exceptions): Update to 0.10.3.
master
Timothy Sample 2019-10-31 10:03:42 -04:00
parent 63056e6133
commit 46d3e65b79
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 2 deletions

View File

@ -3211,7 +3211,7 @@ excluding @file{.lhs} files.")
(define-public ghc-exceptions (define-public ghc-exceptions
(package (package
(name "ghc-exceptions") (name "ghc-exceptions")
(version "0.10.0") (version "0.10.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -3221,7 +3221,7 @@ excluding @file{.lhs} files.")
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1ms9zansv0pwzwdjncvx4kf18lnkjy2p61hvjhvxmjx5bqp93p8y")))) "1w25j4ys5s6v239vbqlbipm9fdwxl1j2ap2lzms7f7rgnik5ir24"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(native-inputs (native-inputs
`(("ghc-quickcheck" ,ghc-quickcheck) `(("ghc-quickcheck" ,ghc-quickcheck)