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

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -