gnu: ghc-unix-compat: Update to 0.5.1.

* gnu/packages/haskell.scm (ghc-unix-compat): Update to 0.5.1.
This commit is contained in:
Timothy Sample 2018-08-28 21:18:01 -04:00 committed by Ricardo Wurmus
parent 06dae8ffe9
commit 32a9a38087
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2464,7 +2464,7 @@ (define-public ghc-unix-time
(define-public ghc-unix-compat
(package
(name "ghc-unix-compat")
(version "0.4.2.0")
(version "0.5.1")
(source
(origin
(method url-fetch)
@ -2474,7 +2474,7 @@ (define-public ghc-unix-compat
".tar.gz"))
(sha256
(base32
"036nv05w0yjxc3rfpar60ddjrlzc40mdgr5k6ihvwlvqfmq1gw9m"))))
"0llwl7rp63fy2ychwdclz1afj45pbin5pfl01dvn6rwhvmwhr7d3"))))
(build-system haskell-build-system)
(home-page
"https://github.com/jystic/unix-compat")