Skip to content

Commit 6869684

Browse files
committed
Fix for ghc 9.14 dummy ghc
1 parent 210536b commit 6869684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/call-cabal-project-to-nix.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ let
512512
PKGS+=" ${name}"
513513
LAST_PKG="${name}"
514514
fi
515-
'') (pkgs.haskell-nix.ghc-pre-existing ghc))
515+
'') (pkgs.lib.filter (n: n != "system-cxx-std-lib") (pkgs.haskell-nix.ghc-pre-existing ghc)))
516516
}
517517
${ # There is no .cabal file for system-cxx-std-lib
518518
pkgs.lib.optionalString (builtins.compareVersions ghc.version "9.2" >= 0) (

0 commit comments

Comments
 (0)