File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 331
331
# iPhones/iPads/... won't understand the compiled code, as the compiler will emit LDSETALH
332
332
# + lib.optionalString (targetPlatform.???) "'*.rts.ghc.c.opts += -optc-mcpu=apple-a7 -optc-march=armv8-a+norcpc'"
333
333
# For GHC versions in the 9.x range that don't support the +native_bignum flavour transformer yet
334
- + lib . optionalString ( ( enableNativeBignum && ! hadrianHasNativeBignumFlavour ) )
334
+ + lib . optionalString ( enableNativeBignum && ! hadrianHasNativeBignumFlavour )
335
335
" --bignum=native"
336
+ # Tell hadrian to hash the unit-ids
337
+ + lib . optionalString ( builtins . compareVersions ghc-version "9.8" >= 0 ) " --hash-unit-ids"
336
338
;
337
339
338
340
# When installation is done by copying the stage1 output the directory layout
You can’t perform that action at this time.
0 commit comments