This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- May 07, 2021
-
-
Emily Pillmore authored
-
Emily Pillmore authored
-
Emily Pillmore authored
-
- May 06, 2021
-
-
Patrick Augusto authored
-
Patrick Augusto authored
-
- May 05, 2021
-
-
Emily Pillmore authored
-
Emily Pillmore authored
-
Emily Pillmore authored
-
Emily Pillmore authored
-
Emily Pillmore authored
-
Emily Pillmore authored
-
Emily Pillmore authored
-
Emily Pillmore authored
-
- May 04, 2021
-
-
Patrick Augusto authored
-
Patrick Augusto authored
-
Patrick Augusto authored
-
Patrick Augusto authored
-
Emily Pillmore authored
-
Emily Pillmore authored
* Restructures the `cabal init` command to fix historical issues. All flags are preserved. * Codebases for interactive and non-interactive flags are disentangled. * Data structures now exploit relevant stanza structure and formatters only care about stanza data * Heuristics and prompts have a pure and impure implementation. * Sets default behavior to be `--interactive` as opposed to `--non-interactive`. * Rewrites tests to achieve 98% coverage * Golden files now test every stanza individually * Every flag is covered by a unit test * Interactive, simple, and non-interactive workflows are covered.
-
Emily Pillmore authored
Set -Wno-prepositive-qualified-module in Paths_*.hs
-
Francesco Gazzetta authored
-
Francesco Gazzetta authored
Fixes #7351
-
Francesco Gazzetta authored
-
- May 03, 2021
-
-
Emily Pillmore authored
Expose cabal-install lib, remove dogfooding, expose cabal-install-solver as own lib, enable HPC coverage reporting.
-
Emily Pillmore authored
-
- May 02, 2021
-
-
Emily Pillmore authored
* Changes needed for GenValidate and release.py to accommmodate new solver dependency * Bumps bootstrap plans to modern GHC versions * Update `validate.sh` and `release.py` to accommodate new solver dep. * Update `Makefile` targets
-
Emily Pillmore authored
* Strips away dogfooding framework and zinza templates * Splits out tests into targets by as a function of running time * Delete TESTING.md as it no longer applies * Bump cabal-install.cabal to its dev template settings (base >= 4.10, Cabal 2.2) * Remove Paths_cabal_install (blocks HPC generation) * Add `long-tests` target to split out unit-tests and long-running DVCS tests.
-
Emily Pillmore authored
* Add Setup.hs for `cabal-install-solver` * Update `cabal.project` pkg path for `cabal-install-solver`
-
- Apr 26, 2021
-
-
matthewbauer authored
-
- Apr 25, 2021
-
-
James Hobson authored
* Documented limitation of compiler flag * Added changelog entry * Removed changelog entry * Removed empty promise * Removed another promise Co-authored-by:
James Hobson <james.hobson@oriel.ox.ac.uk>
-
- Apr 20, 2021
-
-
Ben Gamari authored
* GHC: Rename cLikeFiles -> cLikeSources * changelog: Add entry for #7252 * Add name change convention for c-like objects Co-authored-by:
Emily Pillmore <emilypi@cohomolo.gy>
-
-
Emily Pillmore authored
* Add language and extensions for 9.2 * Add changelog entry for extensions * Add vim editor entry for 9.2 extensions Co-authored-by:
Ben Gamari <ben@smart-cactus.org>
-
- Apr 18, 2021
-
-
Emily Pillmore authored
Documented the interaction between Backpack and Template Haskell.
-
Daniel Díaz authored
-
- Apr 17, 2021
-
-
Emily Pillmore authored
Workaround for failing test due to GHC #19397
-
Emily Pillmore authored
-
- Apr 14, 2021
-
-
Emily Pillmore authored
Fix test --enable-coverage for multi-package projects
-
Emily Pillmore authored
Include `cmm-sources` when linking shared objects
-
Ollie Charles authored
-