Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-06-30 | travis: small simplification. | John MacFarlane | 1 | -1/+0 | |
2018-06-30 | Revert "Travis: use -j2 for dependencies installation." | John MacFarlane | 1 | -1/+9 | |
This reverts commit ae9d9138c37e390361c716f989685d1cfcdbc577. | |||||
2018-06-30 | Travis: use -j2 for dependencies installation. | John MacFarlane | 1 | -9/+1 | |
Remove special clause for ghc 7.10. | |||||
2018-06-30 | Use ghc 8.4.2 in travis and tested-with. | John MacFarlane | 1 | -3/+3 | |
8.4.1 shipped with the wrong version of mtl, which didn't match its documented API. | |||||
2018-06-29 | Revert "travis: try adding 'ghc-pkg recache'." | John MacFarlane | 1 | -1/+0 | |
This reverts commit 57978fa3b30fc90c36889041e1ee4bd13d244090. | |||||
2018-06-29 | travis: try adding 'ghc-pkg recache'. | John MacFarlane | 1 | -0/+1 | |
2018-06-29 | travis: try installing specific yaml version... | John MacFarlane | 1 | -1/+1 | |
2018-06-29 | For ghc 7.10.3, try installing yaml first... | John MacFarlane | 1 | -0/+1 | |
2018-06-28 | travis: Reduce verbosity. | John MacFarlane | 1 | -2/+2 | |
2018-06-28 | travis: Try not using `--only-dependencies` with ghc 7.10. | John MacFarlane | 1 | -1/+8 | |
2018-06-28 | Revert "Travis: use cabal 2.2 with ghc 7.10." | John MacFarlane | 1 | -1/+1 | |
This reverts commit 3b590b6da281bb2258c425549075bef65ca9456e. | |||||
2018-06-28 | Revert "travis: REALLY use cabal 2.2 with ghc 7.10." | John MacFarlane | 1 | -1/+1 | |
This reverts commit f6465e02a6277c9011d08fe84f6e3afff7da469f. | |||||
2018-06-28 | travis: REALLY use cabal 2.2 with ghc 7.10. | John MacFarlane | 1 | -1/+1 | |
2018-06-28 | Travis: use cabal 2.2 with ghc 7.10. | John MacFarlane | 1 | -1/+1 | |
See if that fixes: cabal: Cannot select only the dependencies (as requested by the '--only-dependencies' flag), the packages are required by a dependency of one of the other targets. | |||||
2018-06-28 | travis: revert --enable-per-component, add -v2. | John MacFarlane | 1 | -1/+1 | |
2018-06-28 | travis: try using --enable-per-component. | John MacFarlane | 1 | -1/+1 | |
I'm hoping this fixes the problem with the ghc 7.10 builds. | |||||
2018-06-28 | Revert "travis: Install Cabal library before anything else." | John MacFarlane | 1 | -1/+0 | |
This reverts commit 6b43a01a3c732c16d5e5cc22420512da7ecf7989. | |||||
2018-06-28 | travis: remove redundant build, use cabal 2.2 with ghc 8.4. | John MacFarlane | 1 | -6/+2 | |
2018-06-28 | travis: Install Cabal library before anything else. | John MacFarlane | 1 | -0/+1 | |
I'm hoping this fixes the issue with travis builds with earlier ghc versions. See https://github.com/haskell/cabal/issues/4456 | |||||
2018-06-28 | Revert "travis: Remove '--only-dependencies' step for cabal." | John MacFarlane | 1 | -1/+4 | |
This reverts commit 3804a191c7effa92fc707d84706930d79a372509. | |||||
2018-06-28 | Revert "Travis: Install Cabal library." | John MacFarlane | 1 | -1/+0 | |
This reverts commit 52d3c9ed87f20f0b21d4f45a73baa80591ee7ef7. | |||||
2018-06-28 | Travis: Install Cabal library. | John MacFarlane | 1 | -0/+1 | |
2018-06-28 | travis: Remove '--only-dependencies' step for cabal. | John MacFarlane | 1 | -4/+1 | |
Due to cabal changes, this no longer seems to work. We get: > cabal: Cannot select only the dependencies (as requested by the > '--only-dependencies' flag), the packages are required by a dependency of one > of the other targets. I suspect this is because the executable depends on the library? | |||||
2018-05-30 | Travis: Added /opt/cabal/bin to path. | John MacFarlane | 1 | -1/+1 | |
2018-05-30 | Fixed cabal versions in travis. | John MacFarlane | 1 | -3/+3 | |
2018-05-30 | Use cabal 2.0 in travis. | John MacFarlane | 1 | -3/+3 | |
2018-04-22 | Travis: hide successes on tests. | John MacFarlane | 1 | -1/+1 | |
2018-03-15 | Travis: add ghc 8.4.1 cabal build. | John MacFarlane | 1 | -0/+4 | |
2018-02-16 | Travis: ensure nightly builds can fail. | John MacFarlane | 1 | -1/+1 | |
2018-01-14 | Remove custom prelude and ghc 7.8 support. | John MacFarlane | 1 | -4/+0 | |
2018-01-01 | Revert "Travis: try running tests single-threaded." | John MacFarlane | 1 | -2/+2 | |
This reverts commit 84a4d3685cda5df3e69599afbbde8a8ec556a800. | |||||
2018-01-01 | Travis: try running tests single-threaded. | John MacFarlane | 1 | -2/+2 | |
This should ensure continuous output, so we don't have 10m blank spots which cause travis to kill. | |||||
2017-12-28 | Revert "Revert "Travis: removed lts-9 build."" | John MacFarlane | 1 | -3/+3 | |
This reverts commit 915775b8b08cdd2b0c51447a034f0dbeb6d59cec. | |||||
2017-12-28 | Revert "Travis: removed lts-9 build." | John MacFarlane | 1 | -3/+3 | |
This reverts commit 2278cd5e772a9b8858b91c336c043a696480d25f. | |||||
2017-12-28 | Travis: removed lts-9 build. | John MacFarlane | 1 | -3/+3 | |
2017-12-27 | Travis: do a stack build with lts-9. Use system ghc. | John MacFarlane | 1 | -0/+6 | |
2017-12-20 | Travis: use --jobs=2 for installing dependencies. | John MacFarlane | 1 | -1/+1 | |
In hopes this will help with the OOM problems. | |||||
2017-12-19 | Stack builds with lts-10.0. | John MacFarlane | 1 | -4/+4 | |
2017-12-08 | Travis: fix path to ensure that installed ghc is first in path. | John MacFarlane | 1 | -1/+1 | |
2017-11-27 | Travis: Use ghc 8.2.2 instead of 8.2.1. | John MacFarlane | 1 | -6/+6 | |
2017-11-27 | Travis stack nightly build: switch to ghc 8.2.2. | John MacFarlane | 1 | -1/+1 | |
2017-10-12 | .travis.yml - move 7.10 and 8.0 out of accepted failures. | John MacFarlane | 1 | -3/+0 | |
2017-10-12 | .travis.yml - use -j2 on build. | John MacFarlane | 1 | -2/+2 | |
2017-10-12 | More travis tweaks. | John MacFarlane | 1 | -3/+1 | |
2017-10-12 | .travis.yml - try with -j1. | John MacFarlane | 1 | -1/+1 | |
2017-10-12 | More travis tweaks: try without -j, add -O0 again. | John MacFarlane | 1 | -8/+8 | |
2017-10-12 | .travis.yml - use --fast and --disable-optimization rather than -O0. | John MacFarlane | 1 | -12/+12 | |
2017-10-12 | .travis.yml - use -v3 in cabal builds to debug. | John MacFarlane | 1 | -2/+2 | |
2017-10-12 | .travis.yml tweaks: use ulimit, --ghc-options for cabal build. | John MacFarlane | 1 | -5/+3 | |
2017-10-11 | Travis: allow failure for ghc 7.10.3 build. | John MacFarlane | 1 | -1/+2 | |