Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-05 | Added 7.10.3 to make_travis_yml.hs known versions. | John MacFarlane | 1 | -1/+1 | |
2015-11-21 | Travis, make_travis_yml: reverted addition of 'cabal test' in tgz. | John MacFarlane | 1 | -1/+1 | |
2015-11-21 | Back to cabal-based .travis.yml. | John MacFarlane | 1 | -1/+1 | |
Modified make_travis_yml so that we do a 'cabal test' with the unpacked tarball. | |||||
2015-11-09 | make_travis_yml.hs: don't suppress -Werror on ghc 7.10. | John MacFarlane | 1 | -1/+1 | |
2015-11-09 | Revert "Give up support for ghc 7.4." | John MacFarlane | 1 | -1/+1 | |
This reverts commit e0c83f74f39ca94437d0b6f823c6f932aa663fe0. | |||||
2015-11-08 | Give up support for ghc 7.4. | John MacFarlane | 1 | -1/+1 | |
2015-10-09 | Added comment in .travis.yml to explain last change. | John MacFarlane | 1 | -1/+3 | |
2015-10-09 | Use dist/setup/setup/sdist instead of cabal sdist. | John MacFarlane | 1 | -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-09 | Test also on ghc 7.4.2. | John MacFarlane | 1 | -2/+2 | |
Made make_travis_yml.hs a bit more robust. | |||||
2015-10-08 | New .travis.yml. | John MacFarlane | 1 | -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. |