This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Aug 02, 2018
- Aug 01, 2018
-
-
Oleg Grenrus authored
-
Herbert Valerio Riedel authored
-
Herbert Valerio Riedel authored
This reverts commit 3b98a57e.
-
Herbert Valerio Riedel authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
- Jul 31, 2018
-
-
-
Alexis Williams authored
-
Mikhail Glushenkov authored
See @phadej's comments in #5421.
-
We test on 7.0.4 on Travis, so this can reasonably be expected to work. Closes #2819.
-
This code existed to support building Cabal with 7.4 and earlier, but we have recently dropped support for 7.4.
-
Alexis Williams authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
new-build had assumed that each component could only directly depend on one version of each package. However, a component can depend on two different versions of a package by listing it as a build-depends and build-tool-depends dependency. The incorrect assumption caused new-build to mix up the two instances of the dependency when converting the solver's package-based install plan (SolverInstallPlan) to the component-based install plan (ElaboratedInstallPlan). This commit fixes the bug by keeping build-depends and build-tool-depends dependencies separate between reading them from the SolverPackage and passing them to D.Backpack.ConfiguredComponent.toConfiguredComponent. This commit changes the signature of D.Backpack.ConfiguredComponent.toConfiguredComponent to allow distinguishing between the two types of dependencies.
-
-
[ci skip]
-
-
Also improve the wording slightly about the `--new-freeze-file` requirement. [skip ci]
-
Now the behaviour doesn't switch on just --project-file's presence.
-
-
This doesn't get anywhere near the improvements suggested in #4831, but it's a very respectable improvement over the status-quo for not much effort.
-
-
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
- Jul 30, 2018
-
-
Alexis Williams authored
-
- Jul 29, 2018
-
-
-
-
-
-
Alexis Williams authored
-
Alexis Williams authored
[ci skip]
-
Alexis Williams authored
-
Alexis Williams authored
-
Alexis Williams authored
-