diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2019-04-01 20:40:05 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2019-04-01 21:00:45 +0200 |
commit | a078ea73f07f95b0e55d13b51c104be749d0ed3d (patch) | |
tree | 5f4773ae0c245bc920ebb80be63d9019be1b0912 /tests | |
parent | 8111c0d83bb2619a68d72ff5d65e6ae81786b7e5 (diff) |
Add ProjLocV1Dir for easier forward porting
Diffstat (limited to 'tests')
-rw-r--r-- | tests/GhcSession.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 -> |