···6767 cabal-install = doJailbreak super.cabal-install;
6868 cabal-install-solver = doJailbreak super.cabal-install-solver;
69697070- # Test failure due to new Cabal 3.8 version. Since the failure only pertains
7171- # to a change in how Cabal internally represents some platforms and we depend
7272- # on the type of representation anywhere, this failure is harmless. Can be
7373- # removed after https://github.com/NixOS/cabal2nix/pull/571 is merged.
7474- # TODO(@sternenseemann): merge and release a fixed version
7575- distribution-nixpkgs = dontCheck super.distribution-nixpkgs;
7670 cabal2nix =
7771 # cabal2nix depends on foundation, which is broken on aarch64-linux.
7872 # https://github.com/haskell-foundation/foundation/issues/571
7973 overrideCabal
8074 (drv: { badPlatforms = [ "aarch64-linux" ]; })
8181- (dontCheck super.cabal2nix);
8282- cabal2nix-unstable = dontCheck super.cabal2nix-unstable;
7575+ super.cabal2nix;
83768477 doctest = self.doctest_0_20_1;
8578 # consequences of doctest breakage follow: