stack-2.15.1: The Haskell Tool Stack
Safe HaskellSafe-Inferred
LanguageGHC2021

GHC.Utils.GhcPkg.Main.Compat

Synopsis

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>