| Age | Commit message (Collapse) | Author |
|
|
|
This new type was added to base a while ago; I don't know what uses it,
but it's intended to be an async exception, so make sure we
don't catch it.
|
|
|
|
|
|
|
|
|
|
|
|
* Improve exception handling. A property that threw a non-IOException
used to stop the whole propellor run. Now, all non-async exceptions
only make the property that threw them fail. (Implicit API change)
* Added StopPropellorException which can be used in the unsual case
where a failure of one property should stop propellor from trying
to ensure any other properties.
* tryPropellor returns Either SomeException a now (API change)
|
|
|
|
This is to work around OSX's brain-damange regarding filename case
insensitivity.
Avoided moving config.hs, because it's a config file. Put in a symlink to
make build work.
|