Skip to content

Commit 4801cee

Browse files
committed
Fix logic
1 parent 44edaa8 commit 4801cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/ghc/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ stdenv.mkDerivation (rec {
771771
${hadrian}/bin/hadrian ${hadrianArgs} stage2:exe:iserv
772772
${
773773
# 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)
774+
lib.optionalString (builtins.compareVersions ghc-version "9.9" < 0)
775775
776776
# I don't seem to be able to build _build/stage1/lib/bin/ghc-iserv-prof
777777
# by asking hadrian for this. The issue is likely that the profiling way

0 commit comments

Comments
 (0)