From a078ea73f07f95b0e55d13b51c104be749d0ed3d Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Mon, 1 Apr 2019 20:40:05 +0200 Subject: Add ProjLocV1Dir for easier forward porting --- tests/GhcSession.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/GhcSession.hs b/tests/GhcSession.hs index 2fda204..91e30aa 100644 --- a/tests/GhcSession.hs +++ b/tests/GhcSession.hs @@ -347,7 +347,7 @@ oldBuildProjSetup :: ProjSetup0 oldBuildProjSetup = ProjSetupDescr "cabal-v1" $ Right $ Ex $ ProjSetupImpl { psiProjType = SV1 , psiDistDir = \dir -> DistDirV1 (dir "dist") - , psiProjLoc = \(CabalFile cf) _projdir -> ProjLocCabalFile cf + , psiProjLoc = \(CabalFile cf) _projdir -> ProjLocV1CabalFile cf , psiConfigure = \dir -> runWithCwd dir "cabal" [ "configure" ] , psiBuild = \dir -> -- cgit v1.2.3