diff --git a/Language/Haskell/GhcMod/CabalHelper.hs b/Language/Haskell/GhcMod/CabalHelper.hs index 74ad106..b1a716b 100644 --- a/Language/Haskell/GhcMod/CabalHelper.hs +++ b/Language/Haskell/GhcMod/CabalHelper.hs @@ -101,4 +101,5 @@ withCabal action = do then [ "--with-ghc-pkg=" ++ T.ghcPkgProgram opts ] else [] void $ readProcess (T.cabalProgram opts) ("configure":progOpts) "" + writeAutogenFiles $ cradleRootDir crdl "dist" action