gnu: ghc-unexceptionalio: Update to 0.4.0.

* gnu/packages/haskell.scm (ghc-unexceptionalio): Update to 0.4.0.
This commit is contained in:
Timothy Sample 2018-08-28 21:17:26 -04:00 committed by Ricardo Wurmus
parent 58c102e08d
commit 06dae8ffe9
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8040,14 +8040,14 @@ (define-public ghc-hslogger
(define-public ghc-unexceptionalio (define-public ghc-unexceptionalio
(package (package
(name "ghc-unexceptionalio") (name "ghc-unexceptionalio")
(version "0.3.0") (version "0.4.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/" (uri (string-append "https://hackage.haskell.org/package/"
"unexceptionalio-" version "/" "unexceptionalio-" "unexceptionalio-" version "/" "unexceptionalio-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (base32 "1f7h7zwky4scdcyjspg4ksfh7x6yra0wjybxq70p7vcwpgk2nzlj")))) (sha256 (base32 "09gynk472l7nn5l2w320n4dwigwp0wh0shfp6dyw6r5h2jdxz18p"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(home-page "https://github.com/singpolyma/unexceptionalio") (home-page "https://github.com/singpolyma/unexceptionalio")
(synopsis "IO without any non-error, synchronous exceptions") (synopsis "IO without any non-error, synchronous exceptions")