gnu: ghc-syb: Update to 0.6.

* gnu/packages/haskell.scm (ghc-syb): Update to 0.6.
This commit is contained in:
Paul van der Walt 2015-10-14 23:09:09 +02:00
parent 83185924c2
commit a306190f88
1 changed files with 7 additions and 8 deletions

View File

@ -939,7 +939,7 @@ to cases.")
(define-public ghc-syb (define-public ghc-syb
(package (package
(name "ghc-syb") (name "ghc-syb")
(version "0.4.4") (version "0.6")
(outputs '("out" "doc")) (outputs '("out" "doc"))
(source (source
(origin (origin
@ -950,7 +950,7 @@ to cases.")
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"11sc9kmfvcn9bfxf227fgmny502z2h9xs3z0m9ak66lk0dw6f406")))) "1p3cnqjm13677r4a966zffzhi9b3a321aln8zs8ckqj0d9z1z3d3"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-hunit" ,ghc-hunit) `(("ghc-hunit" ,ghc-hunit)
@ -958,13 +958,12 @@ to cases.")
(home-page (home-page
"http://www.cs.uu.nl/wiki/GenericProgramming/SYB") "http://www.cs.uu.nl/wiki/GenericProgramming/SYB")
(synopsis "Scrap Your Boilerplate") (synopsis "Scrap Your Boilerplate")
(description (description "This package contains the generics system described in the
"This package contains the generics system described in the
/Scrap Your Boilerplate/ papers (see /Scrap Your Boilerplate/ papers (see
<http://www.cs.uu.nl/wiki/GenericProgramming/SYB>). @uref{http://www.cs.uu.nl/wiki/GenericProgramming/SYB, the website}). It
It defines the 'Data' class of types permitting folding and unfolding defines the 'Data' class of types permitting folding and unfolding of
of constructor applications, instances of this class for primitive constructor applications, instances of this class for primitive types, and a
types, and a variety of traversals.") variety of traversals.")
(license bsd-3))) (license bsd-3)))
(define-public ghc-containers (define-public ghc-containers