mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: ghc-resourcet: Update to 1.2.2.
* gnu/packages/haskell-xyz.scm (ghc-resourcet): Update to 1.2.2.
This commit is contained in:
parent
4daaa3710a
commit
9ac341aced
1 changed files with 2 additions and 2 deletions
|
@ -8540,7 +8540,7 @@ (define-public ghc-resource-pool
|
|||
(define-public ghc-resourcet
|
||||
(package
|
||||
(name "ghc-resourcet")
|
||||
(version "1.2.1")
|
||||
(version "1.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -8548,7 +8548,7 @@ (define-public ghc-resourcet
|
|||
"resourcet-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0rzjzh34s36ssign7akqjnwnjxf11c3511wk7ky0xxy0dqmc2rg7"))))
|
||||
"1rfbfcv3r1h29y0yqr3x6a1s04lbc3vzm3jqnfg4f9rqp9d448qk"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-transformers-base" ,ghc-transformers-base)
|
||||
|
|
Loading…
Reference in a new issue