summaryrefslogtreecommitdiff
path: root/Utility/TempFile.hs
Commit message (Collapse)AuthorAge
* IO exception reworkGravatar Joey Hess2012-02-03
| | | | | | ghc 7.4 comaplains about use of System.IO.Error to catch exceptions. Ok, use Control.Exception, with variants specialized to only catch IO exceptions.
* treakGravatar Joey Hess2012-01-21
|
* Remove haskell98 to build with ghc 7.2.2, also built with ghc 7.0.4Gravatar Mark Wright2011-11-26
| | | | Signed-off-by: Joey Hess <joey@kitenet.net>
* factored out some useful error catching methodsGravatar Joey Hess2011-11-10
|
* broke up UtilityGravatar Joey Hess2011-10-16