summaryrefslogtreecommitdiff
path: root/src/Propellor/Exception.hs
diff options
context:
space:
mode:
authorFélix Sipma2016-06-20 12:35:52 +0200
committerFélix Sipma2016-06-20 12:35:52 +0200
commitc10ec2d3eb3b4195cc0d2234d2ac227dbd43629c (patch)
tree4b7922786f3f460603d02bbdf61d85df4273d037 /src/Propellor/Exception.hs
parent7be42508a596fc2caf55fc0a6596857fb7d60253 (diff)
Exception: import Prelude after Control.Applicative to prevent warning
Diffstat (limited to 'src/Propellor/Exception.hs')
-rw-r--r--src/Propellor/Exception.hs1
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.