mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: ghc-reducers: Update to 3.12.2.
* gnu/packages/haskell.scm (ghc-reducers): Update to 3.12.2.
This commit is contained in:
parent
67e86e58e0
commit
2815963b8d
1 changed files with 2 additions and 2 deletions
|
@ -2788,7 +2788,7 @@ this package makes them available back to GHC 7.2.")
|
||||||
(define-public ghc-reducers
|
(define-public ghc-reducers
|
||||||
(package
|
(package
|
||||||
(name "ghc-reducers")
|
(name "ghc-reducers")
|
||||||
(version "3.12.1")
|
(version "3.12.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2798,7 +2798,7 @@ this package makes them available back to GHC 7.2.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pkddg0s3cn759miq0nfrq7lnp3imk5sx784ihsilsbjh9kvffz4"))))
|
"1gbaa5x4zbvnbklcb0d4q4m8hk6w0gz4s0c4m288czi1nw43dl65"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-fingertree" ,ghc-fingertree)
|
`(("ghc-fingertree" ,ghc-fingertree)
|
||||||
|
|
Loading…
Reference in a new issue