| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Distribution.Solver.Types.InstSolverPackage
Synopsis
- data InstSolverPackage = InstSolverPackage {
- instSolverPkgIPI :: InstalledPackageInfo
- instSolverPkgLibDeps :: ComponentDeps [SolverId]
- instSolverPkgExeDeps :: ComponentDeps [SolverId]
Documentation
data InstSolverPackage Source #
An InstSolverPackage is a pre-existing installed package
specified by the dependency solver.
Constructors
| InstSolverPackage | |
Fields
| |