From f14da2b0d37e514495caf15530cdfeb01f902a28 Mon Sep 17 00:00:00 2001
From: Mikhail Glushenkov <mikhail.glushenkov@gmail.com>
Date: Mon, 9 Mar 2015 03:32:30 +0100
Subject: [PATCH] GHC 7.10 needs a patched 'ansi-wl-pprint'.

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

diff --git a/.travis.yml b/.travis.yml
index c52b75b482..424e597d4c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,6 +31,7 @@ script:
  - /opt/ghc/$GHCVER/bin/ghc --make -odir ./dist/setup -hidir ./dist/setup -i -i. ./dist/setup/setup.hs -o ./dist/setup/setup -Werror -threaded  # the command cabal-install would use to build setup
 
 # Need extra dependencies for test suite
+ - cabal install http://github.com/ekmett/ansi-wl-pprint/archive/39757dc8247f972a476ec713721eb1717fec78fa.tar.gz
  - cabal install --only-dependencies --enable-tests
  - sudo /opt/ghc/$GHCVER/bin/ghc-pkg recache
  - /opt/ghc/$GHCVER/bin/ghc-pkg recache --user
-- 
GitLab