1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 20:10:39 +02:00

gnu: ghc-reducers: Update to 3.12.3.

* gnu/packages/haskell.scm (ghc-reducers): Update to 3.12.3.
This commit is contained in:
Timothy Sample 2018-08-29 00:55:51 -04:00 committed by Ricardo Wurmus
parent 8e06e15b7d
commit d8717c89b4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3182,7 +3182,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.2") (version "3.12.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -3192,7 +3192,7 @@ this package makes them available back to GHC 7.2.")
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1gbaa5x4zbvnbklcb0d4q4m8hk6w0gz4s0c4m288czi1nw43dl65")))) "09wf8pl9ycglcv6qj5ba26gkg2s5iy81hsx9xp0q8na0cwvp71ki"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-fingertree" ,ghc-fingertree) `(("ghc-fingertree" ,ghc-fingertree)