Skip to content

Commit

Permalink
Merge pull request haskell#5107 from bgamari/master
Browse files Browse the repository at this point in the history
SetupWrapper: Dump Setup arguments
  • Loading branch information
23Skidoo committed Feb 8, 2018
2 parents 2ca7a06 + 37155b2 commit e7445f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cabal-install/Distribution/Client/SetupWrapper.hs
Expand Up @@ -508,6 +508,7 @@ externalSetupMethod path verbosity options _ args = do
env <- getEffectiveEnvironment [("PATH", Just searchpath)
,("HASKELL_DIST_DIR", Just (useDistPref options))]

debug verbosity $ "Setup arguments: "++unwords args
process <- runProcess' path' args
(useWorkingDir options) env Nothing
(useLoggingHandle options) (useLoggingHandle options)
Expand Down

0 comments on commit e7445f0

Please sign in to comment.