me
/
guix
Archived
1
0
Fork 0

gnu: ghc-bifunctors: Update to 5.5.5.

* gnu/packages/haskell-xyz.scm (ghc-bifunctors): Update to 5.5.5.
master
Timothy Sample 2019-10-31 13:00:42 -04:00
parent 8284bd09e0
commit 0beaec66bd
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 2 deletions

View File

@ -804,7 +804,7 @@ stand for certain ASCII character sequences, i.e. → instead of @code{->},
(define-public ghc-bifunctors
(package
(name "ghc-bifunctors")
(version "5.5.3")
(version "5.5.5")
(source
(origin
(method url-fetch)
@ -814,7 +814,7 @@ stand for certain ASCII character sequences, i.e. → instead of @code{->},
".tar.gz"))
(sha256
(base32
"1jn9rxg643xnlhrknmjz88nblcpsr45xwjkwwnn5nxpasa7m4d6l"))))
"0rn47q8dzv0g1fyams99p4py6q0asxdc50q9k0nj497brk738xcb"))))
(build-system haskell-build-system)
(inputs
`(("ghc-base-orphans" ,ghc-base-orphans)