summaryrefslogtreecommitdiff
path: root/src/Propellor/Exception.hs
diff options
context:
space:
mode:
authorFélix Sipma2016-06-20 12:33:49 +0200
committerFélix Sipma2016-06-20 12:33:49 +0200
commit7be42508a596fc2caf55fc0a6596857fb7d60253 (patch)
treea3ad4730032f5dae615f7486b0ddfeea4de451cd /src/Propellor/Exception.hs
parent7bd11859aeab19130e51a1607fd262f6a23b58ca (diff)
Exception: import Control.Applicative (old ghc compatibility)
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 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.