Commit afb2ae3c authored by sternenseemann's avatar sternenseemann Committed by github-actions[bot]
Browse files

haskell.compiler.ghc902Binary: add missing isHadrian annotations

Interestingly, this did not break anything super obvious before, but now
paths between GHC and separate libraries match.

(cherry picked from commit 190346e1)
parent fe1a3fe5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -136,6 +136,7 @@ let
            fileToCheckFor = null;
          }
        ];
        isHadrian = true;
      };
      aarch64-darwin = {
        variantSuffix = "";
@@ -158,6 +159,7 @@ let
            fileToCheckFor = null;
          }
        ];
        isHadrian = true;
      };
    };
    # Binary distributions for the musl libc for the respective system.
@@ -179,6 +181,7 @@ let
            fileToCheckFor = "libncursesw.so.6";
          }
        ];
        isHadrian = true;
      };
    };
  };