diff options
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 886ee82..91ae42a 100644 --- a/tests/GhcSession.hs +++ b/tests/GhcSession.hs @@ -499,7 +499,7 @@ stackProjSetup ghcVer = copyMuliPackageProject progs srcdir destdir copyStackYamls , psiQEmod = \qe -> qe { qePrograms = (qePrograms qe) - { stackArgsBefore = argsBefore + { stackProjArgs = argsBefore } } } |