[commit: ghc] master: Revert "travis: Install process via cabal" (d3277f4)

git at git.haskell.org git at git.haskell.org
Mon Jul 21 07:22:36 UTC 2014


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/d3277f4f02aa93aac2715894f56a894e9ad86501/ghc

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

commit d3277f4f02aa93aac2715894f56a894e9ad86501
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Mon Jul 21 09:21:48 2014 +0200

    Revert "travis: Install process via cabal"
    
    This reverts commit c41b716d82b1722f909979d02a76e21e9b68886c.
    
    With the Cabal bump reverted, this should build again, and we aim to
    keep it buildable like this.


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

d3277f4f02aa93aac2715894f56a894e9ad86501
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 8b64940..57153b6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,8 +20,8 @@ before_install:
 install:
  - sudo apt-get update
  - sudo apt-get install haskell-platform autoconf libtool make ncurses-dev g++ dblatex docbook-xsl docbook-utils
- - sudo cabal update
- - sudo cabal install --global happy alex process
+ - cabal update
+ - cabal install happy alex
 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