[commit: ghc] wip/travis: travis: Install process via cabal (ca751dd)

git at git.haskell.org git at git.haskell.org
Sat Jul 19 14:46:14 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/travis
Link       : http://ghc.haskell.org/trac/ghc/changeset/ca751dd4e826427032aeb140d8c58de136e516b7/ghc

>---------------------------------------------------------------

commit ca751dd4e826427032aeb140d8c58de136e516b7
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sat Jul 19 15:05:53 2014 +0200

    travis: Install process via cabal
    
    and install to global data base (bad practice, but ok on a throw-away CI
    system).


>---------------------------------------------------------------

ca751dd4e826427032aeb140d8c58de136e516b7
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 57153b6..10021a5 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 --global 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