aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CabalHelper/Sandbox.hs2
-rw-r--r--CabalHelper/Wrapper.hs2
-rw-r--r--Distribution/Helper.hs1
3 files changed, 3 insertions, 2 deletions
diff --git a/CabalHelper/Sandbox.hs b/CabalHelper/Sandbox.hs
index f379eeb..fa413cc 100644
--- a/CabalHelper/Sandbox.hs
+++ b/CabalHelper/Sandbox.hs
@@ -1,6 +1,5 @@
module CabalHelper.Sandbox where
-
import Control.Applicative
import Data.Char
import Data.Maybe
@@ -8,6 +7,7 @@ import Data.List
import Data.Version
import System.FilePath
import System.Directory
+import Prelude
import qualified Data.Traversable as T
diff --git a/CabalHelper/Wrapper.hs b/CabalHelper/Wrapper.hs
index 001a842..56e67e5 100644
--- a/CabalHelper/Wrapper.hs
+++ b/CabalHelper/Wrapper.hs
@@ -381,7 +381,7 @@ installCabal opts ver = do
\version %s of Cabal manually (into your user or global package-db):\n\
\ $ cabal install Cabal --constraint \"Cabal == %s\"\n\
\\n\
-\Building Cabal %s ...\n" appdir sver sver sver
+\Installing Cabal %s ...\n" appdir sver sver sver
db <- createPkgDb opts ver
cabalInstallVer <- cabalInstallVersion opts
diff --git a/Distribution/Helper.hs b/Distribution/Helper.hs
index 956f714..4a2b1ea 100644
--- a/Distribution/Helper.hs
+++ b/Distribution/Helper.hs
@@ -76,6 +76,7 @@ import System.Process
import System.IO.Unsafe
import Text.Printf
import GHC.Generics
+import Prelude
import Paths_cabal_helper (getLibexecDir)
import CabalHelper.Types