Skip to content
Snippets Groups Projects
Commit 942eb9c1 authored by Mikhail Glushenkov's avatar Mikhail Glushenkov
Browse files

Use a patched version of 'ansi-wl-pprint', try 2.

parent f14da2b0
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,8 @@ 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
- travis_retry git clone -b pr-base48 https://github.com/hvr/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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment