gnu: ghc-yesod: Update to 1.6.0.

* gnu/packages/haskell-web.scm (ghc-yesod): Update to 1.6.0.
This commit is contained in:
Timothy Sample 2018-08-29 01:35:00 -04:00 committed by Ricardo Wurmus
parent 003ec2c8f0
commit 662fd1a868
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1216,7 +1216,7 @@ providing richtext field using Nic editor. ")
(define-public ghc-yesod
(package
(name "ghc-yesod")
(version "1.4.5")
(version "1.6.0")
(source
(origin
(method url-fetch)
@ -1225,7 +1225,7 @@ providing richtext field using Nic editor. ")
version ".tar.gz"))
(sha256
(base32
"1sg66nq8yaas2m5nqsdrxricvcizd1ik02zqk60sxh3wna08fz16"))))
"0wx77nbpzdh40p1bm527kimfj48vs9d2avpvvz2w42zi3pz2y94a"))))
(build-system haskell-build-system)
(inputs
`(("ghc-yesod-core" ,ghc-yesod-core)