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

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -