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

authored by maralorn and committed by GitHub c8c4b0d9 a1e77d9f

+2
+2
pkgs/development/haskell-modules/configuration-ghcjs-9.x.nix
··· 61 sha256 = "sha256-n2q4FGf/pPcI1bhb9srHjHLzaNVehkdN6kQgL0F4MMg="; 62 }) super.splitmix; 63 64 })
··· 61 sha256 = "sha256-n2q4FGf/pPcI1bhb9srHjHLzaNVehkdN6kQgL0F4MMg="; 62 }) super.splitmix; 63 64 + # See https://gitlab.haskell.org/ghc/ghc/-/issues/26019#note_621324, without this flag the build OOMs 65 + SHA = haskellLib.appendConfigureFlag "--ghc-option=-fignore-interface-pragmas" super.SHA; 66 })