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

git at git.haskell.org git at git.haskell.org
Sat Jul 19 13:06:07 UTC 2014


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

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

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

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

    travis: Install process via cabal


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

e8999d437e8c18cd16ae8b2dbbdb2ed0073cd70a
 .travis.yml     | 2 +-
 libraries/Cabal | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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
diff --git a/libraries/Cabal b/libraries/Cabal
index 337f9cd..c125342 160000
--- a/libraries/Cabal
+++ b/libraries/Cabal
@@ -1 +1 @@
-Subproject commit 337f9cd7927b787c6796acddc943393cf5b8e64c
+Subproject commit c125342d4147ffb59c88d43024ae9abfc3a9c96d



More information about the ghc-commits mailing list