diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2020-05-01 23:13:48 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2020-05-02 15:44:26 +0200 |
commit | 5b85a4b9e1c6463c94ffa595893ad02c9a3d2ec3 (patch) | |
tree | 5a1e715378d7da40d6adc3954efc0c556a11a5a8 /tests | |
parent | 852dbc69d276e19add3917d17dff5541d84e29d4 (diff) |
Only pass pjUnits to compile module instead of whole PlanJson
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CompileTest.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CompileTest.hs b/tests/CompileTest.hs index e77e3de..c0280bf 100644 --- a/tests/CompileTest.hs +++ b/tests/CompileTest.hs @@ -142,7 +142,7 @@ testCabalVersions versions = do { cheCabalVer = icv , chePkgDb = db , cheProjDir = tmpdir - , chePlanJson = Nothing + , chePjUnits = Nothing , cheDistV2 = Just $ tmpdir </> "dist-newstyle" , cheProjLocalCacheDir = tmpdir </> "dist-newstyle" </> "cache" |