haskell - Let Cabal-Install show the install plan -


if install package using cabal install pkg cabal install packages pkg depends on. if there conflict installed packages cabal shows packages have installed freshly, ones updated , installed ones broken. there way list unconditionally instead of running install procedure?

cabal install <pkg> --dry-run print packages installed without performing of installation. not show information though if package installed or similar.


Comments

Popular posts from this blog

go - serving up pdfs using golang -

python - Best design pattern for collection of objects -

sharepoint online - C# CSOM SPView ListItemCollection did not update after I add new field in the SP view -