aboutsummaryrefslogtreecommitdiff
path: root/make_travis_yml.hs
AgeCommit message (Collapse)AuthorFilesLines
2015-10-09Added comment in .travis.yml to explain last change.John MacFarlane1-1/+3
2015-10-09Use dist/setup/setup/sdist instead of cabal sdist.John MacFarlane1-1/+1
This should help with older versions of cabal which can't handle custom preprocessors. See http://stackoverflow.com/questions/16256987/haskell-packaging-cabal-package-with-custom-preprocessors
2015-10-09Test also on ghc 7.4.2.John MacFarlane1-2/+2
Made make_travis_yml.hs a bit more robust.
2015-10-08New .travis.yml.John MacFarlane1-0/+208
Autgenerated using make_travis_yml.hs. This script has been modified to add GHCOPTS. 'make .travis.yml' regenerates it based on the tested-with field of the cabal file.