summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-web.scm
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 13:25:55 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:42 -0500
commitfd7e8dcf29487ac88d0049fdbfbfc77dfafdb4c8 (patch)
treeabaa1a0512d22e4d3696683107187bb9a18f2c51 /gnu/packages/haskell-web.scm
parent490ceae4e22f583963bb8f287c066e39a5f8c682 (diff)
downloadguix-patches-fd7e8dcf29487ac88d0049fdbfbfc77dfafdb4c8.tar
guix-patches-fd7e8dcf29487ac88d0049fdbfbfc77dfafdb4c8.tar.gz
gnu: ghc-yesod-core: Update to 1.6.16.1.
* gnu/packages/haskell-web.scm (ghc-yesod-core): Update to 1.6.16.1.
Diffstat (limited to 'gnu/packages/haskell-web.scm')
-rw-r--r--gnu/packages/haskell-web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index a733405cde..35db7f381d 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -1019,7 +1019,7 @@ avoid any issues with characters.")
(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 @@ avoid any issues with characters.")
"yesod-core-" version ".tar.gz"))
(sha256
(base32
- "0xahf6m5c7mkl74p0gimy4wb5w4s3lh92wwxmk517fbq666c92kb"))))
+ "0a0yv7wkwvb0n6iia532y9nzrirgnm09pjc8hpm0lx4ff609pgd2"))))
(build-system haskell-build-system)
(inputs `(("ghc-wai" ,ghc-wai)
("ghc-extra" ,ghc-extra)