diff options
author | Timothy Sample <samplet@ngyro.com> | 2018-08-28 23:50:33 -0400 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-10-01 12:12:16 +0200 |
commit | 96d214a6d9d0585589432de4e2a77523c4590743 (patch) | |
tree | 1d5d4919903e2ef69bbb0f508c570de9a04c599e /gnu | |
parent | 073f5ae1fe78de76c46659e4c938f1b8ef84652a (diff) | |
download | patches-96d214a6d9d0585589432de4e2a77523c4590743.tar patches-96d214a6d9d0585589432de4e2a77523c4590743.tar.gz |
gnu: ghc-unliftio: Update to 0.2.7.0.
* gnu/packages/haskell.scm (ghc-unliftio): Update to 0.2.7.0.
Diffstat (limited to 'gnu')
-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 5c49e9074a..7b187899ac 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -9936,7 +9936,7 @@ used both from lens and microlens).") (define-public ghc-unliftio (package (name "ghc-unliftio") - (version "0.2.4.0") + (version "0.2.7.0") (source (origin (method url-fetch) @@ -9946,7 +9946,7 @@ used both from lens and microlens).") ".tar.gz")) (sha256 (base32 - "0vpncmwaq5zb6bziqfns4qdgxmq8ky0rlxna2yngxp170s5zxx9z")))) + "0qql93lq5w7qghl454cc3s1i8v1jb4h08n82fqkw0kli4g3g9njs")))) (build-system haskell-build-system) (arguments `(#:tests? #f)) ; FIXME: hspec-discover not in PATH (inputs |