diff options
Diffstat (limited to 'src/CabalHelper')
| -rw-r--r-- | src/CabalHelper/Compiletime/Compile.hs | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CabalHelper/Compiletime/Compile.hs b/src/CabalHelper/Compiletime/Compile.hs index 88ff51d..f379081 100644 --- a/src/CabalHelper/Compiletime/Compile.hs +++ b/src/CabalHelper/Compiletime/Compile.hs @@ -191,6 +191,8 @@ compileHelper' CompHelperEnv {..} = do     -- we're operating on Cabal itself!     compileWithCabalV2Inplace :: Env => GhcVersion -> Version -> MaybeT IO (IO (), Compile)     compileWithCabalV2Inplace ghcVer cabalVer = do +       -- TODO: Test coverage! Neither compile-test nor ghc-session test out +       -- this code path         PlanJson {pjUnits} <- maybe mzero pure chePlanJson         distdir_newstyle   <- maybe mzero pure cheDistV2         let cabal_pkgid =  | 
