From fea6121fe8b6f939bd3efed3c99bc94d8e9f84ed Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov <mikhail.glushenkov@gmail.com> Date: Tue, 24 Mar 2015 20:05:12 +0100 Subject: [PATCH] .travis.yml: 'ansi-wl-pprint' is no longer broken. See https://github.com/haskell-infra/hackage-trustees/issues/4#issuecomment-85492747 [ci skip] --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ef1b618e50..731a776a0e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,8 +31,6 @@ script: - /opt/ghc/$GHCVER/bin/ghc --make -odir ./dist/setup -hidir ./dist/setup -i -i. ./dist/setup/setup.hs -o ./dist/setup/setup -Wall -Werror -threaded # the command cabal-install would use to build setup # Need extra dependencies for test suite - - travis_retry git clone -b pr-base48 https://github.com/hvr/ansi-wl-pprint ../ansi-wl-pprint - - cabal install ../ansi-wl-pprint - cabal install --only-dependencies --enable-tests - sudo /opt/ghc/$GHCVER/bin/ghc-pkg recache - /opt/ghc/$GHCVER/bin/ghc-pkg recache --user @@ -59,7 +57,6 @@ script: # Also build cabal-install. - cd ../cabal-install - cabal sandbox init - - cabal sandbox add-source ../Cabal ../ansi-wl-pprint - cabal install --dependencies-only --enable-tests - cabal configure --enable-tests --ghc-option=-Werror - cabal build -- GitLab