Skip to content
Snippets Groups Projects
Unverified Commit 4ad5ce4f authored by Giacomo Leidi's avatar Giacomo Leidi Committed by Timothy Sample
Browse files

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


* gnu/packages/haskell-web.scm (ghc-yesod-core): Update to 1.6.17.2.

Signed-off-by: default avatarTimothy Sample <samplet@ngyro.com>
parent 1db54324
No related branches found
No related tags found
No related merge requests found
...@@ -1258,7 +1258,7 @@ (define-public ghc-clientsession ...@@ -1258,7 +1258,7 @@ (define-public ghc-clientsession
(define-public ghc-yesod-core (define-public ghc-yesod-core
(package (package
(name "ghc-yesod-core") (name "ghc-yesod-core")
(version "1.6.16.1") (version "1.6.17.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
...@@ -1267,7 +1267,7 @@ (define-public ghc-yesod-core ...@@ -1267,7 +1267,7 @@ (define-public ghc-yesod-core
"yesod-core-" version ".tar.gz")) "yesod-core-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0a0yv7wkwvb0n6iia532y9nzrirgnm09pjc8hpm0lx4ff609pgd2")))) "0rcfksbxnwcpg5qh9vjkddv39q95mx4nxzgix51bbwa128hhzcwf"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs `(("ghc-wai" ,ghc-wai) (inputs `(("ghc-wai" ,ghc-wai)
("ghc-extra" ,ghc-extra) ("ghc-extra" ,ghc-extra)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment