From c10ec2d3eb3b4195cc0d2234d2ac227dbd43629c Mon Sep 17 00:00:00 2001 From: FĂ©lix Sipma Date: Mon, 20 Jun 2016 12:35:52 +0200 Subject: Exception: import Prelude after Control.Applicative to prevent warning --- src/Propellor/Exception.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Propellor/Exception.hs') 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. -- cgit v1.2.3