File: config

package info (click to toggle)
haskell-distributive 0.4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 128 kB
  • ctags: 1
  • sloc: haskell: 156; sh: 10; makefile: 3
file content (16 lines) | stat: -rw-r--r-- 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