This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 26 Jun, 2018 8 commits
-
-
Merijn Verstraaten authored
[ci skip]
-
Merijn Verstraaten authored
[ci skip]
-
Merijn Verstraaten authored
-
Merijn Verstraaten authored
-
Merijn Verstraaten authored
-
Merijn Verstraaten authored
Strip empty arguments lists from the elabProgramArgs in ElaboratedConfiguredPackage to eliminate spurious configuration changes being found.
-
Merijn Verstraaten authored
Move package flag normalisation code for the new-build hash into it's own `normaliseConfiguredPackage` function and reuse it to detect whether the configuration of a local package has changed and needs to be rebuild.
-
Merijn Verstraaten authored
-
- 25 Jun, 2018 23 commits
-
-
quasicomputational authored
It was being properly wrapped when the command was invoked, but not for --help output. Hard-wrapping is unfortunate but it's the best we can do in this scenario; it's better than the previous manual wrapping, at least.
-
quasicomputational authored
-
quasicomputational authored
-
quasicomputational authored
We don't need to hard-wrap the message as we originate it, since that's handled elsewhere.
-
Alexis Williams authored
-
Alexis Williams authored
-
-
The code does the right thing, but it's slightly fragile since it depends on directory switching, so make sure it stays right.
-
This one wasn't actually testing what it said it was testing. Oops.
-
-
They're not all passing, but I think that that's a bug in the code rather than the tests.
-
[ci skip]
-
[ci skip]
-
Alexis Williams authored
-
Alexis Williams authored
-
Alexis Williams authored
-
Alexis Williams authored
-
Alexis Williams authored
-
Alexis Williams authored
-
Alexis Williams authored
-
Alexis Williams authored
-
Alexis Williams authored
-
Alexis Williams authored
-
- 24 Jun, 2018 1 commit
-
-
Francesco Gazzetta authored
It's used by hasktags
-
- 23 Jun, 2018 1 commit
-
-
Alexis Williams authored
[ci skip]
-
- 22 Jun, 2018 2 commits
-
-
quasicomputational authored
-
Herbert Valerio Riedel authored
-
- 20 Jun, 2018 4 commits
-
-
quasicomputational authored
On all platforms, warn about their presence. On Windows, we should use slashes (as opposed to backslashes) where possible, to avoid causing things like #5386. Closes #5386.
-
-
Recognize `powerpc64le` as `PPC64`.
-
Should help with big invocations as found in https://github.com/NixOS/nixpkgs/issues/41340.
-
- 19 Jun, 2018 1 commit
-
-
Ben Gamari authored
-