This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Jun 25, 2019
-
-
Mikhail Glushenkov authored
-
- Apr 09, 2019
-
-
Oleg Grenrus authored
-
- Mar 07, 2019
-
-
Herbert Valerio Riedel authored
-
- Mar 03, 2019
-
-
Herbert Valerio Riedel authored
-
- Dec 16, 2018
-
-
Oleg Grenrus authored
-
- Nov 24, 2018
-
-
Mikhail Glushenkov authored
-
- Oct 19, 2018
-
-
Mikhail Glushenkov authored
-
- Oct 16, 2018
-
-
Oleg Grenrus authored
-
- Aug 25, 2018
-
-
* use sudo: true on travis ci * minor comment to explain previous change This relies on having 4 core 16 gigs Travis machines enabled for the account.
-
- Aug 15, 2018
-
-
Mikhail Glushenkov authored
-
- Aug 02, 2018
-
-
Mikhail Glushenkov authored
-
- Jul 07, 2018
-
-
Alexis Williams authored
7.4 is out of our support window, so it's not really important to consider for the status of a PR (and can contribute to error fatigue)
-
- Jun 09, 2018
-
-
Mikhail Glushenkov authored
-
- May 10, 2018
-
-
Mikhail Glushenkov authored
-
- Apr 27, 2018
-
-
quasicomputational authored
This ought to fix the build matrix. I believe the issue is GHC trac 5129, where evaluate is being miscompiled: in cabal-testsuite's Test.Cabal.Server, in the function readUntilEnd, the 'read' function is protected by an 'if' to ensure that it doesn't result in the dreaded 'no parse'. However, some sophisticated putStrLn debugging has revealed that it is being called in *both* branches, not just the safe one; this is the worst sort of heisenbug because it vanished when I put a putStrLn before the evaluate! Since the evaluate function is fixed in 8.4.2 and bumping to 8.4.2 has a patch for trac 5129, this is as fixed as it can get.
-
- Apr 07, 2018
-
- Mar 31, 2018
-
-
kristenk authored
The flag debug-tracetree requires tracetree, which hasn't yet been updated for GHC 8.4.1.
-
- Mar 27, 2018
-
-
Mikhail Glushenkov authored
-
Herbert Valerio Riedel authored
-
- Feb 16, 2018
-
-
Mikhail Glushenkov authored
-
- Feb 14, 2018
-
-
Mikhail Glushenkov authored
[ci skip]
-
- Feb 10, 2018
- Jan 18, 2018
-
-
Michael Sloan authored
-
- Dec 21, 2017
-
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
GHC 7.8.4 was released in Dec 2014, so this is in accordance with our support policy. NB: doesn't affect lib:Cabal. Fixes #4856.
-
- Dec 19, 2017
-
-
Mikhail Glushenkov authored
-
- Dec 04, 2017
-
-
tuncer authored
-
- Oct 14, 2017
-
-
Oleg Grenrus authored
-
- Aug 15, 2017
-
-
Oleg Grenrus authored
- Manually generate Lexer.hs - Temporarily disable parser-hackage-tests on appveyor (needs 01-index.tar) - Add root Makefile to handle commmon dev tasks (genering Lexer.hs)
-
- Aug 13, 2017
-
- Jul 29, 2017
-
-
Edward Z. Yang authored
- cabal-install 2.0 new-build has different directory layout; everything is adjusted for that. - Using hvr's PPA for Linux builds, and a custom ezyang build for OS X
-
- Jun 09, 2017
-
-
GHC 8.2.1 appears to take significantly longer to compile the code and pushes us over the Travis job time limit.
-
- Apr 24, 2017
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Apr 07, 2017
-
-
Oleg Grenrus authored
-
- Mar 05, 2017
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Feb 21, 2017
-
-
-
-
- Setup the ssh key for cabal-website deploy right before we use it, so it doesn't get clobbered by our pushbot deploy script. Furthermore, umask the key to 600, so that we can override it. - Add some more helpful information to the Pushbot commit messages, including what branch/PR the build was for, and a link to the relevant GitHub page. - Have Travis spoof the author and email of the original committer, so that Travis sends the build notification message to the right place. Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-