Install cabal-helper from git before --only-depends

This commit is contained in:
Daniel Gröber 2015-09-07 05:22:38 +02:00
parent be293db503
commit 358c64a14e
1 changed files with 1 additions and 1 deletions

View File

@ -40,9 +40,9 @@ install:
- happy --version
# - ls -lR ~/.ghc
# - ls -lR ~/.cabal
- cabal install -j --only-dependencies --enable-tests
- git clone --depth=1 https://github.com/DanielG/cabal-helper.git
- cabal install cabal-helper/
- cabal install -j --only-dependencies --enable-tests
script: