diff options
-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 6344b42..73c3438 100644 --- a/lib/Distribution/Helper.hs +++ b/lib/Distribution/Helper.hs @@ -348,7 +348,7 @@ shallowReconfigureProject QueryEnv ["new-build", "--dry-run", "all"] "" return () shallowReconfigureProject QueryEnv - { qeProjLoc = ProjLocStackDir projdir, .. } = do + { qeProjLoc = ProjLocStackDir _projdir, .. } = do -- -- In case we ever need to read the cabal files before the Unit stage, this command regenerates them from package.yaml -- _ <- liftIO $ qeReadProcess (Just projdir) (stackProgram qePrograms) -- ["build", "--dry-run"] "" |