gnu: ghc-syb: Update to 0.7.
* gnu/packages/haskell.scm (ghc-syb): Update to 0.7.
This commit is contained in:
parent
e7e7451822
commit
80d06b8d98
|
@ -3447,7 +3447,7 @@ to cases.")
|
||||||
(define-public ghc-syb
|
(define-public ghc-syb
|
||||||
(package
|
(package
|
||||||
(name "ghc-syb")
|
(name "ghc-syb")
|
||||||
(version "0.6")
|
(version "0.7")
|
||||||
(outputs '("out" "doc"))
|
(outputs '("out" "doc"))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -3458,7 +3458,7 @@ to cases.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1p3cnqjm13677r4a966zffzhi9b3a321aln8zs8ckqj0d9z1z3d3"))))
|
"1da2zz7gqm4xbkx5vpd74dayx1svaxyl145fl14mq15lbb77sxdq"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-hunit" ,ghc-hunit)))
|
`(("ghc-hunit" ,ghc-hunit)))
|
||||||
|
|
Loading…
Reference in New Issue