Cabal-1.3.10: A framework for packaging Haskell softwareContentsIndex
Distribution.Simple.Configure
Portabilityportable
Stabilityalpha
MaintainerIsaac Jones <ijones@syntaxpolice.org>
Description
Explanation: Perform the "./setup configure" action. Outputs the dist/setup-config file.
Synopsis
writePersistBuildConfig :: LocalBuildInfo -> IO ()
getPersistBuildConfig :: IO LocalBuildInfo
maybeGetPersistBuildConfig :: IO (Maybe LocalBuildInfo)
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