me
/
guix
Archived
1
0
Fork 0

gnu: ghc-exceptions: Update to 0.8.3.

* gnu/packages/haskell.scm (ghc-exceptions): Update to 0.8.3.
master
Tobias Geerinckx-Rice 2017-12-02 18:55:12 +01:00
parent 56aa945e1b
commit 092ab12fc3
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2646,7 +2646,7 @@ online}.")
(define-public ghc-exceptions
(package
(name "ghc-exceptions")
(version "0.8.0.2")
(version "0.8.3")
(source
(origin
(method url-fetch)
@ -2656,7 +2656,7 @@ online}.")
".tar.gz"))
(sha256
(base32
"1x1bk1jf42k1gigiqqmkkh38z2ffhx8rsqiszdq3f94m2h6kw2h7"))))
"1gl7xzffsqmigam6zg0jsglncgzxqafld2p6kb7ccp9xirzdjsjd"))))
(build-system haskell-build-system)
(arguments `(#:tests? #f)) ; FIXME: Missing test-framework package.
(inputs