Skip to content

Commit 74855e5

Browse files
committed
remove comment
1 parent e5e929b commit 74855e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Stack2nix/External/Stack.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ runPlan baseDir remoteUri args@Args{..} = do
149149
let stackFile = baseDir </> argStackYaml
150150

151151
ghcVersion <- getGhcVersionIO globals stackFile
152-
-- let ghcnixversion = filter (/= '.') $ show (getGhcVersion ghcVersion)
153152
ensureExecutable ("haskell.compiler.ghc" ++ nixVersion ghcVersion)
154153
withBuildConfig globals $ planAndGenerate buildOpts baseDir remoteUri args ghcVersion
155154

0 commit comments

Comments
 (0)