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
a46df9db
Commit
a46df9db
authored
Jun 24, 2014
by
Mikhail Glushenkov
Committed by
tibbe
Jun 24, 2014
Browse files
Remove an unnecessary 'createDirectoryIfMissing' call.
(cherry picked from commit
5c46e785
)
parent
5b63fce6
Changes
1
Hide whitespace changes
Inline
Side-by-side
cabal-install/Distribution/Client/Install.hs
View file @
a46df9db
...
...
@@ -1196,7 +1196,6 @@ installLocalTarballPackage verbosity jobLimit pkgid
debug
verbosity
$
"Renaming '"
++
distDirPath
++
"' to '"
++
distDirPathTmp
++
"'."
renameDirectory
distDirPath
distDirPathTmp
createDirectoryIfMissingVerbose
verbosity
False
distDirPath
debug
verbosity
$
"Renaming '"
++
distDirPathTmp
++
"' to '"
++
distDirPathNew
++
"'."
renameDirectory
distDirPathTmp
distDirPathNew
...
...
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