Use v2 prefix intead new

This commit is contained in:
jneira 2019-11-15 11:48:25 +01:00
parent 2c82368779
commit 72de08b86d

View File

@ -16,7 +16,7 @@ stackCommand :: TargetDescription -> String
stackCommand target = "stack install.hs " ++ fst target
cabalCommand :: TargetDescription -> String
cabalCommand target = "cabal new-run install.hs --project-file install/shake.project " ++ fst target
cabalCommand target = "cabal v2-run install.hs --project-file install/shake.project " ++ fst target
buildCommand :: TargetDescription -> String
buildCommand | isRunFromCabal = cabalCommand