Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
b7aabdda
Commit
b7aabdda
authored
Sep 08, 2013
by
Mikhail Glushenkov
Browse files
Merge pull request #1492 from rwbarton/rwbarton-warning
Eliminate a warning in Distribution.Client.Get
parents
c7cf7a78
0e8d8983
Changes
1
Hide whitespace changes
Inline
Side-by-side
cabal-install/Distribution/Client/Get.hs
View file @
b7aabdda
...
...
@@ -51,8 +51,6 @@ import Data.Monoid
(
mempty
)
import
Data.Ord
(
comparing
)
import
System.Cmd
(
rawSystem
)
import
System.Directory
(
createDirectoryIfMissing
,
doesDirectoryExist
,
doesFileExist
,
getCurrentDirectory
,
setCurrentDirectory
...
...
@@ -62,7 +60,7 @@ import System.Exit
import
System.FilePath
(
(
</>
),
(
<.>
),
addTrailingPathSeparator
)
import
System.Process
(
readProcessWithExitCode
)
(
rawSystem
,
readProcessWithExitCode
)
-- | Entry point for the 'cabal get' command.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment