We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f10ad01 commit adfd46fCopy full SHA for adfd46f
cabal-install/src/Distribution/Client/SetupWrapper.hs
@@ -1070,7 +1070,10 @@ getExternalSetupMethod verbosity options pkg bt = do
1070
(program, extraOpts) =
1071
case compilerFlavor compiler of
1072
GHCJS -> (ghcjsProgram, ["-build-runner"])
1073
- _ -> (ghcProgram, ["-threaded"])
+ _ -> (ghcProgram, [])
1074
+ -- FIXME: don't enable -threaded unconditionnally: we may
1075
+ -- only have vanilla libraries (but maybe we don't have them
1076
+ -- either?)
1077
cabalDep =
1078
maybe
1079
[]
0 commit comments