This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Jul 15, 2017
-
-
Francesco Gazzetta authored
-
Francesco Gazzetta authored
-
Francesco Gazzetta authored
-
Francesco Gazzetta authored
-
- Jul 14, 2017
-
-
Francesco Gazzetta authored
-
- Jul 13, 2017
-
-
Francesco Gazzetta authored
-
Francesco Gazzetta authored
-
- Jul 10, 2017
-
-
Francesco Gazzetta authored
-
- Jul 05, 2017
-
-
Francesco Gazzetta authored
We test both for single and multiple exe/package. `new-run` must halt on ambiguities or no compatible exes, and must run the exe if one can be uniquely selected between packages and components.
-
- Jul 04, 2017
-
-
Francesco Gazzetta authored
-
Francesco Gazzetta authored
-
Francesco Gazzetta authored
-
Francesco Gazzetta authored
This reverts commit aa682f9e.
-
Francesco Gazzetta authored
-
Francesco Gazzetta authored
-
Francesco Gazzetta authored
-
- Jul 03, 2017
-
-
Francesco Gazzetta authored
-
Francesco Gazzetta authored
-
Francesco Gazzetta authored
-
Francesco Gazzetta authored
-
Francesco Gazzetta authored
-
Francesco Gazzetta authored
-
- Jul 02, 2017
-
-
Francesco Gazzetta authored
-
Francesco Gazzetta authored
-
- Jun 21, 2017
-
-
Mikhail Glushenkov authored
Move Distribution.Client.Compat.Prelude to Distribution.Compat.Prelude
-
- Jun 20, 2017
-
-
bardur.arantsson authored
The idea here is to break the dependency that has crept in from the "Solver" into the "Client". (If there's ever going to be a separate solver then the dependency would become a big problem.)
-
- Jun 16, 2017
-
-
Edward Z. Yang authored
Fixes #4566. Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
Edward Z. Yang authored
Solver: Refactor Validate.hs.
-
Edward Z. Yang authored
Refactor goal sorting in the solver DSL.
-
- Jun 14, 2017
- Jun 13, 2017
-
-
Mikhail Glushenkov authored
[ci skip]
-
- Jun 09, 2017
-
-
Mikhail Glushenkov authored
This reverts commit 8b563d4c.
-
GHC 8.2.1 appears to take significantly longer to compile the code and pushes us over the Travis job time limit.
-
Mikhail Glushenkov authored
[ci skip]
-
Mikhail Glushenkov authored
Fix test suite wobbliness on GHC 8.2.
-
Edward Z. Yang authored
-
- Jun 06, 2017
-
-
Edward Z. Yang authored
Here were the root causes: - Some tests involving Custom setpu showed MORE output (UseLocalPackageForSetup) when run on GHC 8.2. This is because GHC 8.2 ships a recent enough version of Cabal to know how to emit markers, which means we have started picking up the output. I hacked up these tests to not accept this output, but a more correct thing to do is figure out how to NOT request marking of a Setup script which is not the inplace install. This was a little tricky so I bailed. - GHC 8.2 no longer emits "It is a member of the hidden package". This broke CustomWithoutCabalDefaultMain. Not sure if this is a GHC regression but it's pretty harmless. - While I was at it, I fixed an inexhaustive pattern match in cabal-testsuite (though perhaps poorly; I couldn't figure out what the new constructor does.) Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-