me
/
guix
Archived
1
0
Fork 0

gnu: ghc-syb: Update to 0.7.1.

* gnu/packages/haskell-xyz.scm (ghc-syb): Update to 0.7.1.
master
Timothy Sample 2019-10-31 09:53:48 -04:00
parent 178f69cb41
commit 07d65eef05
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 2 deletions

View File

@ -9913,7 +9913,7 @@ default)
(define-public ghc-syb
(package
(name "ghc-syb")
(version "0.7")
(version "0.7.1")
(outputs '("out" "doc"))
(source
(origin
@ -9924,7 +9924,7 @@ default)
".tar.gz"))
(sha256
(base32
"1da2zz7gqm4xbkx5vpd74dayx1svaxyl145fl14mq15lbb77sxdq"))))
"0077vxzyi9ppbphi2ialac3p376k49qly1kskdgf57wdwix9qjp0"))))
(build-system haskell-build-system)
(inputs
`(("ghc-hunit" ,ghc-hunit)))