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

commit 8acd5b0673f9c001bc74be970afb884536499479
Author: Saku Laesvuori <[email protected]>
AuthorDate: Tue Oct 21 19:52:21 2025 +0300

    gnu: ghc-ed25519: Fix build
    
    The tests no longer build with current versions of the test frameworks.
    
    * gnu/packages/haskell-crypto.scm
    (ghc-ed25519)[arguments]: Disable tests.
    
    Change-Id: I4d727bc0616aff7992995b1711acf23442c8d2e2
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/haskell-crypto.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/haskell-crypto.scm b/gnu/packages/haskell-crypto.scm
index f30ee3def0..8163bfa4e0 100644
--- a/gnu/packages/haskell-crypto.scm
+++ b/gnu/packages/haskell-crypto.scm
@@ -892,7 +892,9 @@ percent.
     (native-inputs (list ghc-quickcheck ghc-doctest))
     (arguments
      `(#:cabal-revision ("9"
-                         
"0y5vfdcys18waa5k5zxiq9n8jq0l05j76riml23i0gxmwgdhsmgi")))
+                         
"0y5vfdcys18waa5k5zxiq9n8jq0l05j76riml23i0gxmwgdhsmgi")
+       ;; the tests don't work with current versions of the test frameworks
+       #:tests? #f))
     (home-page "https://github.com/thoughtpolice/hs-ed25519/";)
     (synopsis "Ed25519 cryptographic signatures")
     (description

Reply via email to