Safe Haskell | None |
---|---|
Language | GHC2021 |
GHC.Utils.GhcPkg.Main.Compat
Documentation
ghcPkgUnregisterForce Source #
Arguments
:: HasTerm env | |
=> Path Abs Dir | Path to the global package database |
-> Path Abs Dir | Path to the package database |
-> Bool | Apply ghc-pkg's --ipid, --unit-id flag? |
-> [String] | Packages to unregister |
-> RIO env () |
Function equivalent to:
ghc-pkg --no-user-package-db --package-db=<pkgDb> unregister [--ipid] <P>