File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 260
260
( if targetPlatform . isGhcjs then "quick" else "default" )
261
261
+ lib . optionalString ( ! enableShared ) "+no_dynamic_ghc"
262
262
+ lib . optionalString useLLVM "+llvm"
263
+ + lib . optionalString enableDWARF "+debug_info"
263
264
+ lib . optionalString targetPlatform . isGhcjs "+native_bignum+no_profiled_libs"
264
265
} --docs=no-sphinx -j --verbose" ;
265
266
Original file line number Diff line number Diff line change 20
20
in recurseIntoAttrs {
21
21
# DWARF only works on linux with GHC 8.10.2 and newer
22
22
# GHC 9.2.1 disabled because of https://github.com/input-output-hk/haskell.nix/issues/1332
23
- meta . disabled = __elem compiler-nix-name [ "ghc865" "ghc884" "ghc921" "ghc922" "ghc923" "ghc924" "ghc925" "ghc926" "ghc927" "ghc941" "ghc942" "ghc943" "ghc944" ]
23
+ meta . disabled = __elem compiler-nix-name [ "ghc865" "ghc884" "ghc921" "ghc922" "ghc923" "ghc924" "ghc925" "ghc926" "ghc927" ]
24
24
|| ! stdenv . hostPlatform . isLinux || haskellLib . isCrossHost || stdenv . hostPlatform . isMusl || stdenv . hostPlatform . isAarch64 ;
25
25
ifdInputs = {
26
26
inherit ( project ) plan-nix ;
You can’t perform that action at this time.
0 commit comments