From 714270abfcf6433da29dc80fdcaff740ad2a0169 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 19 Dec 2015 16:52:53 -0400 Subject: Clean build with ghc 7.10. Import Prelude after modules that cause warnings due to AMP change --- src/wrapper.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/wrapper.hs') diff --git a/src/wrapper.hs b/src/wrapper.hs index 0cfe319d..a204b60c 100644 --- a/src/wrapper.hs +++ b/src/wrapper.hs @@ -24,13 +24,14 @@ import Utility.Exception import Control.Monad import Control.Monad.IfElse -import Control.Applicative import System.Directory import System.FilePath import System.Environment (getArgs) import System.Exit import System.Posix.Directory import System.IO +import Control.Applicative +import Prelude distdir :: FilePath distdir = "/usr/src/propellor" -- cgit v1.2.3