diff options
Diffstat (limited to 'CabalHelper')
-rw-r--r-- | CabalHelper/Sandbox.hs | 2 | ||||
-rw-r--r-- | CabalHelper/Wrapper.hs | 2 |
2 files changed, 2 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 |