Skip to content

Commit

Permalink
Remove stack path --ghc-paths commercialhaskell#1546
Browse files Browse the repository at this point in the history
  • Loading branch information
sjakobi committed Apr 9, 2016
1 parent 10b7cbc commit aaf1d61
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -600,9 +600,6 @@ paths =
, ( "PATH environment variable"
, "bin-path"
, T.pack . intercalate [searchPathSeparator] . eoPath . piEnvOverride )
, ( "Installed GHCs (unpacked and archives)"
, "ghc-paths"
, T.pack . toFilePathNoTrailingSep . configLocalPrograms . bcConfig . piBuildConfig )
, ( "Local bin path where stack installs executables"
, "local-bin-path"
, T.pack . toFilePathNoTrailingSep . configLocalBin . bcConfig . piBuildConfig )
Expand Down

0 comments on commit aaf1d61

Please sign in to comment.