gnu: ghc-yesod-core: Update to 1.6.16.1.

* gnu/packages/haskell-web.scm (ghc-yesod-core): Update to 1.6.16.1.
This commit is contained in:
Timothy Sample 2019-10-31 13:25:55 -04:00
parent 490ceae4e2
commit fd7e8dcf29
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -1019,7 +1019,7 @@ (define-public ghc-clientsession
(define-public ghc-yesod-core
(package
(name "ghc-yesod-core")
(version "1.6.6")
(version "1.6.16.1")
(source
(origin
(method url-fetch)
@ -1028,7 +1028,7 @@ (define-public ghc-yesod-core
"yesod-core-" version ".tar.gz"))
(sha256
(base32
"0xahf6m5c7mkl74p0gimy4wb5w4s3lh92wwxmk517fbq666c92kb"))))
"0a0yv7wkwvb0n6iia532y9nzrirgnm09pjc8hpm0lx4ff609pgd2"))))
(build-system haskell-build-system)
(inputs `(("ghc-wai" ,ghc-wai)
("ghc-extra" ,ghc-extra)