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 e5e929b commit 74855e5Copy full SHA for 74855e5
src/Stack2nix/External/Stack.hs
@@ -149,7 +149,6 @@ runPlan baseDir remoteUri args@Args{..} = do
149
let stackFile = baseDir </> argStackYaml
150
151
ghcVersion <- getGhcVersionIO globals stackFile
152
- -- let ghcnixversion = filter (/= '.') $ show (getGhcVersion ghcVersion)
153
ensureExecutable ("haskell.compiler.ghc" ++ nixVersion ghcVersion)
154
withBuildConfig globals $ planAndGenerate buildOpts baseDir remoteUri args ghcVersion
155
0 commit comments