gnu: ghc-syb: Update to 0.7.1.
* gnu/packages/haskell-xyz.scm (ghc-syb): Update to 0.7.1.
This commit is contained in:
parent
178f69cb41
commit
07d65eef05
1 changed files with 2 additions and 2 deletions
|
@ -9913,7 +9913,7 @@ default)
|
||||||
(define-public ghc-syb
|
(define-public ghc-syb
|
||||||
(package
|
(package
|
||||||
(name "ghc-syb")
|
(name "ghc-syb")
|
||||||
(version "0.7")
|
(version "0.7.1")
|
||||||
(outputs '("out" "doc"))
|
(outputs '("out" "doc"))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -9924,7 +9924,7 @@ default)
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1da2zz7gqm4xbkx5vpd74dayx1svaxyl145fl14mq15lbb77sxdq"))))
|
"0077vxzyi9ppbphi2ialac3p376k49qly1kskdgf57wdwix9qjp0"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-hunit" ,ghc-hunit)))
|
`(("ghc-hunit" ,ghc-hunit)))
|
||||||
|
|
Reference in a new issue