Commit 2bfee5e8 authored by Manuel Bärenz's avatar Manuel Bärenz
Browse files

pkgsCross.ghcjs.haskell.packages.ghc912.SHA: Fix GHC options

parent 3730d8a3
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;
})