-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Simple project template from stack -- -- Please see README.md @package hspec-stack-rerun @version 0.1.0.0 module Rerun -- | We wrap this so that we can stash HSPEC_FAILURES in a file (which -- comes from HSPEC_FAILURES_FILE). main :: IO b -> IO b safeReadFile :: FilePath -> IO (Maybe String) logAndIgnore :: a -> IO a -> IO a