gnu: ghc-fgl: Update to 5.5.3.0.

* gnu/packages/haskell.scm (ghc-fgl): Update to 5.5.3.0.
[inputs]: Add ghc-hspec and ghc-quickcheck.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
ng0 2016-09-18 16:10:03 +00:00 committed by Leo Famulari
parent 6e0741f739
commit ce242fd05e
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -3032,7 +3032,7 @@ (define-public ghc-syb
(define-public ghc-fgl (define-public ghc-fgl
(package (package
(name "ghc-fgl") (name "ghc-fgl")
(version "5.5.1.0") (version "5.5.3.0")
(outputs '("out" "doc")) (outputs '("out" "doc"))
(source (source
(origin (origin
@ -3043,9 +3043,12 @@ (define-public ghc-fgl
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0rcmz0xlyr1wj490ffja29z1jgl51gz19ka609da6bx39bwx7nga")))) "0fbyb6jxy9whgrv6dgnkzz70cmy98arx3q2gnkhgl4a3d7idh36p"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs `(("ghc-mtl" ,ghc-mtl))) (inputs
`(("ghc-mtl" ,ghc-mtl)
("ghc-hspec" ,ghc-hspec)
("ghc-quickcheck" ,ghc-quickcheck)))
(home-page "http://web.engr.oregonstate.edu/~erwig/fgl/haskell") (home-page "http://web.engr.oregonstate.edu/~erwig/fgl/haskell")
(synopsis (synopsis
"Martin Erwig's Functional Graph Library") "Martin Erwig's Functional Graph Library")