File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 217217 # lld -r --whole-archive ... will _not_ drop lazy symbols. However the
218218 # --whole-archive flag needs to come _before_ the objects, it's applied in
219219 # sequence. The proper fix is thusly to add --while-archive to Cabal.
220- ( enableFeature ( enableLibraryForGhci && ! stdenv . hostPlatform . isGhcjs && ! stdenv . hostPlatform . isAndroid ) "library-for-ghci" )
220+ ( enableFeature ( enableLibraryForGhci && ! stdenv . hostPlatform . isGhcjs && ! stdenv . hostPlatform . isWasm && ! stdenv . hostPlatform . isAndroid ) "library-for-ghci" )
221221 ] ++ lib . optionals ( stdenv . hostPlatform . isMusl && ( haskellLib . isExecutableType componentId ) ) [
222222 # These flags will make sure the resulting executable is statically linked.
223223 # If it uses other libraries it may be necessary for to add more
You can’t perform that action at this time.
0 commit comments