add cabal bin dir to path
This commit is contained in:
parent
58b2b939d2
commit
61384a9f1e
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ before_install:
|
||||||
- travis_retry sudo apt-get update
|
- travis_retry sudo apt-get update
|
||||||
- travis_retry sudo apt-get install cabal-install-$CABALVER ghc-$GHCVER
|
- travis_retry sudo apt-get install cabal-install-$CABALVER ghc-$GHCVER
|
||||||
- export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$PATH
|
- export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$PATH
|
||||||
|
- export PATH=$HOME/.cabal/bin:$PATH
|
||||||
- travis_retry cabal update
|
- travis_retry cabal update
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Reference in a new issue