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

python - Best design pattern for collection of objects -

go - serving up pdfs using golang -

how to add preprocess loader in webpack 2 -