This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Sep 08, 2021
-
-
-
-
Removes 'show-build-info' command from 'lib:Cabal' and replaces it by generating build-info whenever a build happens. Add flag '--dump-buildinfo' to signal the build step to dump build information for the package/component we are currently building.
-
-
Adds missing file information for test and benchmark stanzas.
-
- Sep 07, 2021
-
-
gershomb authored
* handle conditionals in duplicate module checks * fix silly bug * changelog * Update Check.hs Co-authored-by:
Gershom Bazerman <gershom@arista.com> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- Sep 06, 2021
-
-
Mikolaj Konarski authored
Restructure Getting Started docs to get to a running program faster. This is rebased (with resolved conflicts) version of #6157 by @m-renaud .
-
Mikolaj Konarski authored
-
Mikolaj Konarski authored
Handle option argument parse errors without 'error' (fixes #7573)
-
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
-