gnu: ghc-bifunctors: Update to 5.5.5.

* gnu/packages/haskell-xyz.scm (ghc-bifunctors): Update to 5.5.5.
This commit is contained in:
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

View file

@ -804,7 +804,7 @@ (define-public ghc-base-unicode-symbols
(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 @@ (define-public ghc-bifunctors
".tar.gz"))
(sha256
(base32
"1jn9rxg643xnlhrknmjz88nblcpsr45xwjkwwnn5nxpasa7m4d6l"))))
"0rn47q8dzv0g1fyams99p4py6q0asxdc50q9k0nj497brk738xcb"))))
(build-system haskell-build-system)
(inputs
`(("ghc-base-orphans" ,ghc-base-orphans)