[commit: ghc] wip/travis: travis: Install process via cabal (d354041)
git at git.haskell.org
git at git.haskell.org
Sat Jul 19 14:32:00 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/travis
Link : http://ghc.haskell.org/trac/ghc/changeset/d35404177e273c961295ef6e3f77f696fde8989b/ghc
>---------------------------------------------------------------
commit d35404177e273c961295ef6e3f77f696fde8989b
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Sat Jul 19 15:05:53 2014 +0200
travis: Install process via cabal
>---------------------------------------------------------------
d35404177e273c961295ef6e3f77f696fde8989b
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 57153b6..7ee309b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,7 +21,7 @@ install:
- sudo apt-get update
- sudo apt-get install haskell-platform autoconf libtool make ncurses-dev g++ dblatex docbook-xsl docbook-utils
- cabal update
- - cabal install happy alex
+ - cabal install happy alex process
script:
- echo 'V = 0' >> mk/validate.mk # otherwise we hit log file limits on travis.
# do not build docs
More information about the ghc-commits
mailing list