Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
soulomoon committed Oct 27, 2024
1 parent b0cb9a8 commit 4a56177
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/HIE/Bios/Cradle.hs
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ resolvedCradlesToCradle logger buildCustomCradle root cs = mdo
addActionDeps (cradleDeps rc) <$> runCradle act fp prev
Nothing -> return $ CradleFail $ CradleError [] ExitSuccess (err_msg fp)
, runGhcCmd = run_ghc_cmd
-- todo fp should be absolute
, resolveActionExtra = \fp config -> do
absfp <- makeAbsolute fp
case selectCradle (prefix . fst) absfp cradleActions of
Expand Down

0 comments on commit 4a56177

Please sign in to comment.