dynamic-cabal-0.3: dynamic-cabal

Safe HaskellNone

Distribution.Client.Dynamic.LocalBuildInfo

Synopsis

Documentation

data PackageDB Source

A package db is either the user package db (often at ~.ghcghc-....), the global package or a specific file or directory.

packageDBs :: Query LocalBuildInfo [PackageDB]Source

Get the package dbs that ghc will use when compiling this package.

buildDir :: Selector LocalBuildInfo StringSource

Returns the builddir of a LocalBuildInfo. Often, this will just be dist.

localPkgDesc :: Selector LocalBuildInfo PackageDescriptionSource

Returns the package description included in a local build info.