Copyright | 2005 Tomasz Zielonka |
---|---|
License | GPL |
Maintainer | darcs-devel@darcs.net |
Stability | experimental |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
This was originally Tomasz Zielonka's AtExit module, slightly generalised to include global variables. Here, we attempt to cover broad, global features, such as exit handlers. These features slightly break the Haskellian purity of darcs, in favour of programming convenience.
Documentation
setTimingsMode :: IO () Source #
whenDebugMode :: IO () -> IO () Source #
setDebugMode :: IO () Source #
debugMessage :: String -> IO () Source #
addCRCWarning :: FilePath -> IO () Source #
getCRCWarnings :: IO [FilePath] Source #
resetCRCWarnings :: IO () Source #