| Cabal-1.3.10: A framework for packaging Haskell software | Contents | Index |
|
Distribution.Simple.Configure | Portability | portable | Stability | alpha | Maintainer | Isaac Jones <ijones@syntaxpolice.org> |
|
|
|
Description |
Explanation: Perform the "./setup configure" action.
Outputs the dist/setup-config file.
|
|
Synopsis |
|
|
|
Documentation |
|
writePersistBuildConfig :: LocalBuildInfo -> IO () |
After running configure, output the LocalBuildInfo to the
localBuildInfoFile.
|
|
getPersistBuildConfig :: IO LocalBuildInfo |
Read the localBuildInfoFile. Error if it doesn't exist. Also
fail if the file containing LocalBuildInfo is older than the .cabal
file, indicating that a re-configure is required.
|
|
maybeGetPersistBuildConfig :: IO (Maybe LocalBuildInfo) |
Try to read the localBuildInfoFile.
|
|
Produced by Haddock version 0.8 |