hspec-stack-rerun-0.1.0.1: Simple project template from stack

Safe HaskellNone
LanguageHaskell2010

Rerun

Synopsis

Documentation

main :: IO b -> IO b Source #

We wrap this so that we can stash HSPEC_FAILURES in a file (which comes from HSPEC_FAILURES_FILE).

logAndIgnore :: a -> IO a -> IO a Source #