We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44edaa8 commit 4801ceeCopy full SHA for 4801cee
compiler/ghc/default.nix
@@ -771,7 +771,7 @@ stdenv.mkDerivation (rec {
771
${hadrian}/bin/hadrian ${hadrianArgs} stage2:exe:iserv
772
${
773
# This work around for building `ghc-iserv-prof` does not work with the current ghc HEAD
774
- lib.optionalString (builtins.compareVersions ghc-version "9.9" >= 0)
+ lib.optionalString (builtins.compareVersions ghc-version "9.9" < 0)
775
776
# I don't seem to be able to build _build/stage1/lib/bin/ghc-iserv-prof
777
# by asking hadrian for this. The issue is likely that the profiling way
0 commit comments