1-- This provides a custom ~/.cabal/config file for use when hackage is down that should work on unix
2--
3-- This is particularly useful for travis-ci to get it to stop complaining
4-- about a broken build when everything is still correct on our end.
5--
6-- This uses Luite Stegeman's mirror of hackage provided by his 'hdiff' site instead
7--
8-- To enable this, uncomment the before_script in .travis.yml
9
10remote-repo: hdiff.luite.com:http://hdiff.luite.com/packages/archive
11remote-repo-cache: ~/.cabal/packages
12world-file: ~/.cabal/world
13build-summary: ~/.cabal/logs/build.log
14remote-build-reporting: anonymous
15install-dirs user
16install-dirs global
17