diff options
| author | Félix Sipma <felix.sipma@no-log.org> | 2016-06-20 12:33:49 +0200 |
|---|---|---|
| committer | Félix Sipma <felix.sipma@no-log.org> | 2016-06-20 12:33:49 +0200 |
| commit | 7be42508a596fc2caf55fc0a6596857fb7d60253 (patch) | |
| tree | a3ad4730032f5dae615f7486b0ddfeea4de451cd /src | |
| parent | 7bd11859aeab19130e51a1607fd262f6a23b58ca (diff) | |
Exception: import Control.Applicative (old ghc compatibility)
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Exception.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Exception.hs b/src/Propellor/Exception.hs index 3ab783bf..c6eee099 100644 --- a/src/Propellor/Exception.hs +++ b/src/Propellor/Exception.hs @@ -10,6 +10,7 @@ import Utility.Exception import Control.Exception (AsyncException) import Control.Monad.Catch import Control.Monad.IO.Class (MonadIO) +import Control.Applicative -- | Catches all exceptions (except for `StopPropellorException` and -- `AsyncException`) and returns FailedChange. |
