diff options
author | Timothy Sample <samplet@ngyro.com> | 2018-08-28 21:18:01 -0400 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-10-01 12:12:09 +0200 |
commit | 32a9a3808711feac2ee30379256c1ac95d29857b (patch) | |
tree | 9952fa8178f17d2a11c8bfd12e5f90aab98c8fb1 | |
parent | 06dae8ffe92100d7f5818f68a24642a032fc2593 (diff) | |
download | guix-32a9a3808711feac2ee30379256c1ac95d29857b.tar guix-32a9a3808711feac2ee30379256c1ac95d29857b.tar.gz |
gnu: ghc-unix-compat: Update to 0.5.1.
* gnu/packages/haskell.scm (ghc-unix-compat): Update to 0.5.1.
-rw-r--r-- | gnu/packages/haskell.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 63564b23b5..3ebefeea3a 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -2464,7 +2464,7 @@ for Unix time in Haskell.") (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 @@ for Unix time in Haskell.") ".tar.gz")) (sha256 (base32 - "036nv05w0yjxc3rfpar60ddjrlzc40mdgr5k6ihvwlvqfmq1gw9m")))) + "0llwl7rp63fy2ychwdclz1afj45pbin5pfl01dvn6rwhvmwhr7d3")))) (build-system haskell-build-system) (home-page "https://github.com/jystic/unix-compat") |