dynamic-cabal-0.3.5: Access the functions from the Cabal library without depending on it

Safe HaskellNone
LanguageHaskell2010

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 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.