me
/
guix
Archived
1
0
Fork 0

gnu: ghc-rerebase: Update to 1.3.1.1.

* gnu/packages/haskell-xyz.scm (ghc-rerebase): Update to 1.3.1.1.
master
Timothy Sample 2019-10-31 13:20:20 -04:00
parent 8d2ae3fe2c
commit cdec7b8cef
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 2 deletions

View File

@ -8537,7 +8537,7 @@ inspired by libtre.")
(define-public ghc-rerebase
(package
(name "ghc-rerebase")
(version "1.2.2")
(version "1.3.1.1")
(source
(origin
(method url-fetch)
@ -8546,7 +8546,7 @@ inspired by libtre.")
version ".tar.gz"))
(sha256
(base32
"11v6rmz7ql2rdx6mhb3lsal952lwihclfhh0m7fcnii5br0906ks"))))
"1jbqif6k249rkknm2zwk8v8jil3kgi9ar53358v8l4ffx346rm82"))))
(build-system haskell-build-system)
(inputs
`(("ghc-rebase" ,ghc-rebase)))