Archived
1
0
Fork 0

gnu: ghc-shakespeare: Update to 2.0.15.

* gnu/packages/haskell.scm (ghc-shakespeare): Update to 2.0.15.
This commit is contained in:
Timothy Sample 2018-08-29 00:51:09 -04:00 committed by Ricardo Wurmus
parent 07f38c6a26
commit 01a67f89d1
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9614,7 +9614,7 @@ code locations of messages.")
(define-public ghc-shakespeare (define-public ghc-shakespeare
(package (package
(name "ghc-shakespeare") (name "ghc-shakespeare")
(version "2.0.14") (version "2.0.15")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -9623,7 +9623,7 @@ code locations of messages.")
"shakespeare-" version ".tar.gz")) "shakespeare-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0j5zx8ka7d7scvb9shm7k3376qzl3k4kpim9aqqfs6n86901zpl4")))) "1vk4b19zvwy4mpwaq9z3l3kfmz75gfyf7alhh0y112gspgpccm23"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs `(("ghc-parsec" ,ghc-parsec) (inputs `(("ghc-parsec" ,ghc-parsec)
("ghc-text" ,ghc-text) ("ghc-text" ,ghc-text)