| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Distribution.Client.Dynamic.LocalBuildInfo
Documentation
A package db is either the user package db (often at ~.ghcghc-....), the global package
or a specific file or directory.
Constructors
| UserDB | |
| GlobalDB | |
| SpecificDB FilePath |
packageDBs :: Query LocalBuildInfo [PackageDB] Source
Get the package dbs that ghc will use when compiling this package.
buildDir :: Selector LocalBuildInfo String Source
Returns the builddir of a LocalBuildInfo. Often, this will just be "dist".
localPkgDesc :: Selector LocalBuildInfo PackageDescription Source
Returns the package description included in a local build info.