Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | clean up some ugly code | Joey Hess | 2013-09-27 |
| | |||
* | avoid warnings when built with ghc 7.6 | Joey Hess | 2013-06-02 |
| | |||
* | better nukefile | Joey Hess | 2013-05-21 |
| | | | | | Fixed handling of case when file does not exist to work like it did before, and avoid an excess stat call. | ||
* | reconnect XMPP when NetWatcher notices a change | Joey Hess | 2012-10-27 |
| | |||
* | flip catchDefaultIO | Joey Hess | 2012-09-17 |
| | |||
* | simplify | Joey Hess | 2012-03-16 |
| | |||
* | IO exception rework | Joey Hess | 2012-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. |