This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Sep 06, 2021
-
-
Robert authored
The test failed prior to the bug fix: Unit Tests Distribution.Simple.Command option argument tests parses verbosity successfully: OK handles argument parse error gracefully: FAIL message threw an exception: =2 CallStack (from HasCallStack): error, called at src/Distribution/ReadE.hs:42:24 in Cabal-3.7.0.0-inplace:Distribution.ReadE 1 out of 2 tests failed (0.00s)
-
Robert authored
-
Robert authored
This inlines the rest of System.Console.GetOpt, since ArgDesc and OptDesc changed. Distribution.ReadE.readEOrFail is no more.
-
- Sep 04, 2021
-
-
Emily Pillmore authored
remove unnecessary dotfiles, add to .gitignore
-
- Sep 03, 2021
-
-
Emily Pillmore authored
-
- Sep 02, 2021
-
-
gershomb authored
don't consider test flags in reconfigure check
-
Gershom Bazerman authored
-
Mikolaj Konarski authored
[ci skip] Update installing-packages.rst
-
Strict regime: turn warnings to errors (-W), rebuild from scratch (-E).
-
-
Wasn't immediate to get to the error from the warning ``` doc/cabal-project.rst:2: WARNING: Duplicate ID: "cfg-field-type". ``` (wrong line number, "cfg-field-type" is not greppable).
-
Found four variants, picked the first: 1. ``PATH`` 2. `PATH` 3. ``$PATH`` 4. :envvar:`PATH` The last (4) produced an error with sphinx: ``` doc/cabal-project.rst:644: WARNING: 'envvar' reference target not found: PATH ```
-
- Sep 01, 2021
-
-
Clarify that it is not necessary to provide `secure` or `root-keys` for the default repository.
-
mergify[bot] authored
more type annotations
-
Peter Becich authored
-
Peter Becich authored
-
Peter Becich authored
-
- Aug 31, 2021
-
-
AppVeyor produces many false positives for us and we have Windows github action tests that replicate (part of?) this coverage.
-
-
-
-
-
andreas.abel authored
The new text reflects the "new" reality (probably a couple of years). Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- Aug 30, 2021
-
-
Francesco Gazzetta authored
* use queues * rebase+merge strategy * merge+squash strategy Signed-off-by:
Francesco Gazzetta <fgaz@fgaz.me>
-
andreas.abel authored
The travis badge shows "build failure" all the time (travis doesn't run anymore). To represent the success of GHA builds, I picked the Artifacts workflow, as this one covers all three OSs (Linux, macOS, Windows).
-
Patrick Augusto authored
Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
andreas.abel authored
-
- Aug 29, 2021
-
-
andreas.abel authored
-
Stuart Popejoy authored
* Add '--repl-no-load' option to skip module load in REPL * Command docs * Add tests * update changelog Co-authored-by:
Stuart Popejoy <slpopejoy@users.noreply.github.com>
-
- Aug 26, 2021
-
-
Sumit Raja authored
* Add sync support for hg * Updated VCS tests to include hg. cabal.project requires tests enabled for cabal-install Co-authored-by:
Emily Pillmore <emilypi@cohomolo.gy>
-
Emily Pillmore authored
Sync repo darcs
-
Emily Pillmore authored
-
Artem Pelenitsyn authored
* Introduce checks for upper dependencies in setup. setup depends are now checked for having upper dependencies. Upper bounds are mandatory for base and Cabal libraries, and are optional (but emit warning) for other libraries. Implicit dependencies are not being checked. * Add tests. * Fix tests. * add changelog * fix test for the newer cabal_raw' * scale down alerts: no warnings on any package, only errors on base+Cabal * address review comments * typo * improve changelog (add Cabal) * remove boundedAbove and use Distribution.Version.hasUpperBound instead Co-authored-by:
Alexander Vershilov <alexander.vershilov@gmail.com> Co-authored-by:
Emily Pillmore <emilypi@cohomolo.gy> Co-authored-by:
Mikolaj Konarski <mikolaj@well-typed.com>
-
- Aug 25, 2021
-
-
Emily Pillmore authored
Bump Cabal version to 3.7 for development
-
Emily Pillmore authored
-
mergify[bot] authored
-
Hannes Siebenhandl authored
-
- Aug 21, 2021
-
-
Emily Pillmore authored
add changelog for cabal-install-3.6.0.0
-
- Aug 20, 2021
-
-
Emily Pillmore authored
-
Patrick Thomson authored
Both `stack` and other package managers like `cargo` have an `--open` flag for the common case of opening documentation locally for inspection or reference. This patch adds such a flag, which when set tries to open the HTML file associated with the generated documentation, using `open` on macOS, `start` on Windows, and `xdg-open` on all other Unices. Fixes #7366.
-