From 5ead4f8162873db7d627cf1c2d0b64413d51ef38 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 12 Jan 2016 12:35:55 -0400 Subject: add missing Control.Applicative imports for old ghc --- src/Propellor/Git/Config.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Propellor/Git/Config.hs') diff --git a/src/Propellor/Git/Config.hs b/src/Propellor/Git/Config.hs index 97835231..f5b6678d 100644 --- a/src/Propellor/Git/Config.hs +++ b/src/Propellor/Git/Config.hs @@ -7,6 +7,8 @@ import Utility.SafeCommand import Utility.Monad import Control.Monad +import Control.Applicative +import Prelude getGitConfigValue :: String -> IO (Maybe String) getGitConfigValue key = do -- cgit v1.2.3