mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: ghc-unliftio: Update to 0.2.12.
* gnu/packages/haskell-xyz.scm (ghc-unliftio): Update to 0.2.12.
This commit is contained in:
parent
9ac341aced
commit
a4084db168
1 changed files with 2 additions and 2 deletions
|
@ -10929,7 +10929,7 @@ (define-public ghc-unix-time
|
||||||
(define-public ghc-unliftio
|
(define-public ghc-unliftio
|
||||||
(package
|
(package
|
||||||
(name "ghc-unliftio")
|
(name "ghc-unliftio")
|
||||||
(version "0.2.7.0")
|
(version "0.2.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -10939,7 +10939,7 @@ (define-public ghc-unliftio
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qql93lq5w7qghl454cc3s1i8v1jb4h08n82fqkw0kli4g3g9njs"))))
|
"02gy1zrxgzg4xmzm8lafsf1nyr3as1q20r8ld73xg3q7rkag9acg"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(arguments `(#:tests? #f)) ; FIXME: hspec-discover not in PATH
|
(arguments `(#:tests? #f)) ; FIXME: hspec-discover not in PATH
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in a new issue