Cabal
Safe HaskellSafe-Inferred
LanguageHaskell2010

Distribution.Simple.HaskellSuite

Documentation

buildLib :: Verbosity -> PackageDescription -> LocalBuildInfo -> Library -> ComponentLocalBuildInfo -> IO () Source #

installLib Source #

Arguments

:: Verbosity 
-> LocalBuildInfo 
-> FilePath

install location

-> FilePath

install location for dynamic libraries

-> FilePath

Build location

-> PackageDescription 
-> Library 
-> ComponentLocalBuildInfo 
-> IO () 

registerPackage :: Verbosity -> ProgramDb -> PackageDBStackS from -> InstalledPackageInfo -> IO () Source #

packageDbOpt :: PackageDBX (SymbolicPath from (Dir PkgDB)) -> String Source #