From bddfe206bae60814a729a73b5ef1bd0f26a6a4ac Mon Sep 17 00:00:00 2001 From: hellwolf Date: Sun, 6 Apr 2025 00:28:18 +0300 Subject: [PATCH] reported GHC bug wrt generic-lens package --- pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix index 5813e29d8ffe..322dc986af9a 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix @@ -151,7 +151,7 @@ with haskellLib; ]; }) super.generic-arbitrary; - # Unreported: GHC crashes + # https://gitlab.haskell.org/ghc/ghc/-/issues/25930 generic-lens = dontCheck super.generic-lens; # Cabal 3.14 regression (incorrect datadir in tests): https://github.com/haskell/cabal/issues/10717