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:
parent
003ec2c8f0
commit
662fd1a868
|
@ -1216,7 +1216,7 @@ providing richtext field using Nic editor. ")
|
||||||
(define-public ghc-yesod
|
(define-public ghc-yesod
|
||||||
(package
|
(package
|
||||||
(name "ghc-yesod")
|
(name "ghc-yesod")
|
||||||
(version "1.4.5")
|
(version "1.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1225,7 +1225,7 @@ providing richtext field using Nic editor. ")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1sg66nq8yaas2m5nqsdrxricvcizd1ik02zqk60sxh3wna08fz16"))))
|
"0wx77nbpzdh40p1bm527kimfj48vs9d2avpvvz2w42zi3pz2y94a"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-yesod-core" ,ghc-yesod-core)
|
`(("ghc-yesod-core" ,ghc-yesod-core)
|
||||||
|
|
Loading…
Reference in New Issue