Commit 190346e1 authored by sternenseemann's avatar sternenseemann
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.
parent d1779090
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;
      };
    };
  };