gnu: ghc-bifunctors: Update to 5.5.5.
* gnu/packages/haskell-xyz.scm (ghc-bifunctors): Update to 5.5.5.master
parent
8284bd09e0
commit
0beaec66bd
|
@ -804,7 +804,7 @@ stand for certain ASCII character sequences, i.e. → instead of @code{->},
|
||||||
(define-public ghc-bifunctors
|
(define-public ghc-bifunctors
|
||||||
(package
|
(package
|
||||||
(name "ghc-bifunctors")
|
(name "ghc-bifunctors")
|
||||||
(version "5.5.3")
|
(version "5.5.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -814,7 +814,7 @@ stand for certain ASCII character sequences, i.e. → instead of @code{->},
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jn9rxg643xnlhrknmjz88nblcpsr45xwjkwwnn5nxpasa7m4d6l"))))
|
"0rn47q8dzv0g1fyams99p4py6q0asxdc50q9k0nj497brk738xcb"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-base-orphans" ,ghc-base-orphans)
|
`(("ghc-base-orphans" ,ghc-base-orphans)
|
||||||
|
|
Reference in New Issue