lol

haskell.packages.ghc942.{distribution-nixpkgs,cabal2nix}: run tests

+1 -8
+1 -8
pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
··· 67 67 cabal-install = doJailbreak super.cabal-install; 68 68 cabal-install-solver = doJailbreak super.cabal-install-solver; 69 69 70 - # Test failure due to new Cabal 3.8 version. Since the failure only pertains 71 - # to a change in how Cabal internally represents some platforms and we depend 72 - # on the type of representation anywhere, this failure is harmless. Can be 73 - # removed after https://github.com/NixOS/cabal2nix/pull/571 is merged. 74 - # TODO(@sternenseemann): merge and release a fixed version 75 - distribution-nixpkgs = dontCheck super.distribution-nixpkgs; 76 70 cabal2nix = 77 71 # cabal2nix depends on foundation, which is broken on aarch64-linux. 78 72 # https://github.com/haskell-foundation/foundation/issues/571 79 73 overrideCabal 80 74 (drv: { badPlatforms = [ "aarch64-linux" ]; }) 81 - (dontCheck super.cabal2nix); 82 - cabal2nix-unstable = dontCheck super.cabal2nix-unstable; 75 + super.cabal2nix; 83 76 84 77 doctest = self.doctest_0_20_1; 85 78 # consequences of doctest breakage follow: