[commit: packages/hpc] master: Remove superflous autoconf setup from `.travis.yml` (babe26e)

git at git.haskell.org git at git.haskell.org
Thu Oct 24 08:56:06 UTC 2013


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

On branch  : master
Link       : http://git.haskell.org/packages/hpc.git/commitdiff/babe26eefd5cc7941cce5f9b04273786539f24fc

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

commit babe26eefd5cc7941cce5f9b04273786539f24fc
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Thu Oct 24 10:54:39 2013 +0200

    Remove superflous autoconf setup from `.travis.yml`
    
    Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>


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

babe26eefd5cc7941cce5f9b04273786539f24fc
 .travis.yml |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 3777181..851a33a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,7 @@ env:
 before_install:
  - sudo add-apt-repository -y ppa:hvr/ghc
  - sudo apt-get update
- - sudo apt-get install cabal-install-1.18 ghc-$GHCVER autoconf
+ - sudo apt-get install cabal-install-1.18 ghc-$GHCVER
  - export PATH=/opt/ghc/$GHCVER/bin:$PATH
 
 install:
@@ -17,7 +17,6 @@ install:
  - ghc --version
 
 script:
- - autoreconf -i
  - cabal-1.18 configure -v2
  - cabal-1.18 build
  - cabal-1.18 check



More information about the ghc-commits mailing list