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
Post a Comment