diff options
| author | Félix Sipma <felix.sipma@no-log.org> | 2016-06-20 12:35:52 +0200 |
|---|---|---|
| committer | Félix Sipma <felix.sipma@no-log.org> | 2016-06-20 12:35:52 +0200 |
| commit | c10ec2d3eb3b4195cc0d2234d2ac227dbd43629c (patch) | |
| tree | 4b7922786f3f460603d02bbdf61d85df4273d037 /src | |
| parent | 7be42508a596fc2caf55fc0a6596857fb7d60253 (diff) | |
Exception: import Prelude after Control.Applicative to prevent warning
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 c6eee099..b297a740 100644 --- a/src/Propellor/Exception.hs +++ b/src/Propellor/Exception.hs @@ -11,6 +11,7 @@ import Control.Exception (AsyncException) import Control.Monad.Catch import Control.Monad.IO.Class (MonadIO) import Control.Applicative +import Prelude -- | Catches all exceptions (except for `StopPropellorException` and -- `AsyncException`) and returns FailedChange. |
