guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 113ada19dff322f25bae0304036523c17e5ec145
Author: Sören Tempel <[email protected]>
AuthorDate: Sat Jul 25 14:05:00 2026 +0200

    gnu: ghc-hakyll: Update to 4.17.0.0.
    
    * gnu/packages/haskell-xyz.scm (ghc-hakyll): Update to 4.17.0.0.
---
 gnu/packages/haskell-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 6becb13392..3f5d65fb68 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -4858,13 +4858,13 @@ the ‘haddock’ package.")
     (name "ghc-hakyll")
     ;; XXX: Stackage LTS version is incompatible with our packaged
     ;; version of optparse-applicative and template-haskell.
-    (version "4.16.7.1")
+    (version "4.17.0.0")
     (source
      (origin
        (method url-fetch)
        (uri (hackage-uri "hakyll" version))
        (sha256
-        (base32 "18wg5ay6l3ngsmqq00g6y7djmg4f8285kwdi47g0rg70mq6sn0py"))))
+        (base32 "0gk7ar6iz6wrz9z7zibqjn1y65h9572cmlfhq38n86jsrrff4am0"))))
     (build-system haskell-build-system)
     (arguments
      (list

Reply via email to