diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2018-11-17 14:04:07 +0100 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2019-01-22 03:06:48 +0100 |
commit | 79d649042190f6e67e473c6ea13062dee8e1010a (patch) | |
tree | 450b2c6313dd3fb6f9837c942a9adbb2b45e44b5 /lib | |
parent | 109310d6143d55fdd8a08079db11df607c5c2a3a (diff) |
s/v2-build/new-build/
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Distribution/Helper.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Distribution/Helper.hs b/lib/Distribution/Helper.hs index 890d772..34d7247 100644 --- a/lib/Distribution/Helper.hs +++ b/lib/Distribution/Helper.hs @@ -329,7 +329,7 @@ shallowReconfigureProject QueryEnv { qeProjLoc = ProjLocV2Dir projdir , qeDistDir = DistDirV2 _distdirv2, .. } = do _ <- liftIO $ qeReadProcess (Just projdir) (cabalProgram qePrograms) - ["v2-build", "--dry-run", "all"] "" + ["new-build", "--dry-run", "all"] "" return () shallowReconfigureProject QueryEnv { qeProjLoc = ProjLocStackDir _projdir, .. } = |