Unverified Commit c8c4b0d9 authored by maralorn's avatar maralorn Committed by GitHub
Browse files

pkgsCross.ghcjs.haskell.packages.ghc912.SHA: Fix GHC options (#405235)

parents a1e77d9f 2bfee5e8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -61,4 +61,6 @@ with haskellLib;
    sha256 = "sha256-n2q4FGf/pPcI1bhb9srHjHLzaNVehkdN6kQgL0F4MMg=";
  }) super.splitmix;

  # See https://gitlab.haskell.org/ghc/ghc/-/issues/26019#note_621324, without this flag the build OOMs
  SHA = haskellLib.appendConfigureFlag "--ghc-option=-fignore-interface-pragmas" super.SHA;
})