mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -3447,7 +3447,7 @@ (define-public ghc-case-insensitive
|
|||
(define-public ghc-syb
|
||||
(package
|
||||
(name "ghc-syb")
|
||||
(version "0.6")
|
||||
(version "0.7")
|
||||
(outputs '("out" "doc"))
|
||||
(source
|
||||
(origin
|
||||
|
@ -3458,7 +3458,7 @@ (define-public ghc-syb
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1p3cnqjm13677r4a966zffzhi9b3a321aln8zs8ckqj0d9z1z3d3"))))
|
||||
"1da2zz7gqm4xbkx5vpd74dayx1svaxyl145fl14mq15lbb77sxdq"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-hunit" ,ghc-hunit)))
|
||||
|
|
Loading…
Reference in a new issue