From 7be42508a596fc2caf55fc0a6596857fb7d60253 Mon Sep 17 00:00:00 2001 From: FĂ©lix Sipma Date: Mon, 20 Jun 2016 12:33:49 +0200 Subject: Exception: import Control.Applicative (old ghc compatibility) --- src/Propellor/Exception.hs | 1 + 1 file changed, 1 insertion(+) 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. -- cgit v1.2.3