This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Feb 08, 2017
-
-
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Feb 05, 2017
-
-
-
The detailed-0.9 test suite type compiles the test module into a shared library, so for running the tests, we need to include the directory where the shared library is stored in LD_LIBRARY_PATH.
-
- Feb 04, 2017
-
-
Erik de Castro Lopo authored
Fix deprecation warnings from containers
-
- Feb 03, 2017
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
For example, "setup.Cabal installed" forces cabal to use the installed Cabal library for all setup scripts.
-
For example, --constraint="any.pkg == 5" applies to "pkg" whether it is a top-level dependency, setup dependency, or build tool dependency. I also modified the UserConstraint type so that it is more similar to the PackageConstraint type, now that both types need to express similar "constraint scopes".
-
-
-
-
-
-
-
I used the new constraint scope to enforce the minimum Cabal version in setup scripts that lack a 'custom-setup' stanza. It isn't exposed to users yet.
-
This commit changes the meaning of constraints like 'pkg > 5'. Previously, 'pkg > 5' only applied to the top-level 'pkg' goal without a 'Namespace', but now it applies to any top-level goal for 'pkg'. However, the 'Namespace' field is currently only used by --independent-goals, so this change has no effect on behavior.
-
Erik de Castro Lopo authored
This papers over the differences between Data.Map in containers 0.4.* and Data.Map.Strict in containers 0.5.*.
-
-
-
-
-
-
Erik de Castro Lopo authored
-
- Feb 02, 2017
-
-
Fixes #4273. Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Jan 31, 2017
-
-
Ryan Scott authored
echo-0.1.3 introduces a dependency on the minimalistic mintty library, so we need to add that to ./bootstrap.sh as well.
-
- Jan 27, 2017
-
-
Mikhail Glushenkov authored
Restore documentation about multiple constraints.
-
Oleg Grenrus authored
Fix #4266
-
kristenk authored
[ci skip]
-
- Jan 26, 2017
-
-
Oleg Grenrus authored
parsec for cabal-install
-
Oleg Grenrus authored
WIP: new-test
-
John Ericson authored
mapDeps gives us all components, not just all exes components, so we need to handle that. I'm feeling a bit guilty for the prior partiality, so added some more explanatory comments too :).
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
John Ericson authored
Fix #4217
-