mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: ghc-rio: Update to 0.1.12.0.
* gnu/packages/haskell-xyz.scm (ghc-rio): Update to 0.1.12.0.
This commit is contained in:
parent
37a0559129
commit
8bda2fa7da
1 changed files with 2 additions and 2 deletions
|
@ -8600,7 +8600,7 @@ (define-public ghc-rfc5051
|
|||
(define-public ghc-rio
|
||||
(package
|
||||
(name "ghc-rio")
|
||||
(version "0.1.5.0")
|
||||
(version "0.1.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -8609,7 +8609,7 @@ (define-public ghc-rio
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"064h8a4hp53a479d3ak0vmqbx8hi0cpg7zn4wp23rjy26dka8p7g"))))
|
||||
"0xzjkh6aavynpyskikhs8dmv0zhkiqiwz9zdn80zbd25b2182pif"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-exceptions" ,ghc-exceptions)
|
||||
|
|
Loading…
Reference in a new issue