guix_mirror_bot pushed a commit to branch haskell-team
in repository guix.

commit 31a37ebcc50f029d2709f3fbd0d07c5b07de06f3
Author: Saku Laesvuori <[email protected]>
AuthorDate: Sat Oct 18 15:40:27 2025 +0300

    gnu: ghc-hookup: Update to version 0.8
    
    * gnu/packages/haskell-xyz.scm (ghc-hookup): Update to version 0.8.
    
    Change-Id: I47f26a04aff65202fc9b7ee889a26e26b2f4ce64
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/haskell-xyz.scm | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index c1a4a049b4..7c0e080aac 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5634,17 +5634,19 @@ functions for Haskell.")
 (define-public ghc-hookup
   (package
     (name "ghc-hookup")
-    (version "0.7")
+    (version "0.8")
     (source
      (origin
        (method url-fetch)
        (uri (hackage-uri "hookup" version))
        (sha256
-        (base32 "02prkwj4rj8g330z17bpjh7hpwfdvasaxsk74mcvbi03gjpydrib"))))
+        (base32 "1p8mkb71bbs3lv7n1krcngaskn2s2icm3sl30qs8dsla7ww8afqm"))
+       (snippet
+         #~(substitute* "hookup.cabal"
+             (("(base|network)  *[0-9<>=^&|. ]*" _ package)
+              package)))
+       (modules '((guix build utils)))))
     (build-system haskell-build-system)
-    (arguments
-     `(#:cabal-revision ("1"
-                         
"1x4hxcb81rczpywcda3s9jbh2gs1sfwvd7wzv3cxxkbd4smlrh1r")))
     (inputs
      (list ghc-async
            ghc-network

Reply via email to