From a6059d493e2948bb033eb37beb2a962d1f5ec2f3 Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Sun, 16 Dec 2018 01:49:21 +0100 Subject: Fix warning --- lib/Distribution/Helper.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Distribution/Helper.hs') 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"] "" -- cgit v1.2.3