File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Cabal/src/Distribution/Simple
cabal-install/src/Distribution/Client Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ defaultInstallDirs' False comp userInstall _hasLibs = do
209209 case buildOS of
210210 Windows -> return " $prefix"
211211 _ -> return (" $prefix" </> " lib" )
212- return $ traceShowId $
212+ return $
213213 fmap toPathTemplate $
214214 InstallDirs
215215 { prefix = installPrefix
@@ -267,7 +267,7 @@ substituteInstallDirTemplates
267267 :: PathTemplateEnv
268268 -> InstallDirTemplates
269269 -> InstallDirTemplates
270- substituteInstallDirTemplates env dirs = traceShow " BOOM " $ dirs'
270+ substituteInstallDirTemplates env dirs = dirs'
271271 where
272272 dirs' =
273273 InstallDirs
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ rebuildTargetsDryRun distDirLayout@DistDirLayout{..} shared =
214214 BuildInplaceOnly {} -> do
215215 -- TODO: [nice to have] use a proper file monitor rather
216216 -- than this dir exists test
217- exists <- doesDirectoryExist (traceShowId srcdir)
217+ exists <- doesDirectoryExist srcdir
218218 if exists
219219 then dryRunLocalPkg pkg depsBuildStatus srcdir
220220 else return (BuildStatusUnpack tarball)
You can’t perform that action at this time.
0 commit comments