We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 210536b commit 6869684Copy full SHA for 6869684
lib/call-cabal-project-to-nix.nix
@@ -512,7 +512,7 @@ let
512
PKGS+=" ${name}"
513
LAST_PKG="${name}"
514
fi
515
- '') (pkgs.haskell-nix.ghc-pre-existing ghc))
+ '') (pkgs.lib.filter (n: n != "system-cxx-std-lib") (pkgs.haskell-nix.ghc-pre-existing ghc)))
516
}
517
${ # There is no .cabal file for system-cxx-std-lib
518
pkgs.lib.optionalString (builtins.compareVersions ghc.version "9.2" >= 0) (
0 commit comments