File: config

package info (click to toggle)
haskell-distributive 0.6.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 124 kB
  • sloc: haskell: 301; makefile: 7
file content (16 lines) | stat: -rwxr-xr-x 646 bytes parent folder | download | duplicates (39)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
-- This provides a custom ~/.cabal/config file for use when hackage is down that should work on unix
--
-- This is particularly useful for travis-ci to get it to stop complaining
-- about a broken build when everything is still correct on our end.
--
-- This uses Luite Stegeman's mirror of hackage provided by his 'hdiff' site instead
--
-- To enable this, uncomment the before_script in .travis.yml

remote-repo: hdiff.luite.com:http://hdiff.luite.com/packages/archive
remote-repo-cache: ~/.cabal/packages
world-file: ~/.cabal/world
build-summary: ~/.cabal/logs/build.log
remote-build-reporting: anonymous
install-dirs user
install-dirs global