diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-10-31 10:25:38 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:14 -0500 |
commit | a4084db16897ff78c72c62f8abe09a480c61f60a (patch) | |
tree | 5caf56f7d4e9d2bd30a5842577ffba038bf5732b /gnu | |
parent | 9ac341aced694c6df0209639caa757ec10d3ddd9 (diff) | |
download | patches-a4084db16897ff78c72c62f8abe09a480c61f60a.tar patches-a4084db16897ff78c72c62f8abe09a480c61f60a.tar.gz |
gnu: ghc-unliftio: Update to 0.2.12.
* gnu/packages/haskell-xyz.scm (ghc-unliftio): Update to 0.2.12.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index ea143907a8..256e33b900 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -10929,7 +10929,7 @@ for Unix time in Haskell.") (define-public ghc-unliftio (package (name "ghc-unliftio") - (version "0.2.7.0") + (version "0.2.12") (source (origin (method url-fetch) @@ -10939,7 +10939,7 @@ for Unix time in Haskell.") ".tar.gz")) (sha256 (base32 - "0qql93lq5w7qghl454cc3s1i8v1jb4h08n82fqkw0kli4g3g9njs")))) + "02gy1zrxgzg4xmzm8lafsf1nyr3as1q20r8ld73xg3q7rkag9acg")))) (build-system haskell-build-system) (arguments `(#:tests? #f)) ; FIXME: hspec-discover not in PATH (inputs |