diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2015-08-12 04:52:27 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2015-08-12 04:52:27 +0200 |
commit | b2b0d707e9c51aff1fe1cdee9d85dd34f9716bfc (patch) | |
tree | bccf5d0d3b904b657a5fff17ba753baaef835df2 /CabalHelper | |
parent | 1181fb4add78b665053dab87f9f3019bc0af6916 (diff) |
Minor stuff
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 |