[Shell] Put cabal/bin after local/bin for stack

This commit is contained in:
Ivan Malison 2016-10-21 21:54:51 -07:00
parent 4a25eddcdd
commit 65d74ea982
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -135,5 +135,7 @@ function _path_helper {
}
function _haskell_setup {
add_to_path "$HOME/.cabal/bin" --before
# We put cabal after local/bin because we want stack installs to take
# precedence.
add_to_path "$HOME/.cabal/bin" --after --target "$HOME/.local/bin"
}