This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Feb 23, 2022
-
-
Robert authored
-
Robert authored
-
Robert authored
This primarily trigger concurrency bugs that are fixed in the follow-up commits.
-
Robert authored
-
Robert authored
-
Robert authored
-
Robert authored
- Sort modules and tests alphabetically (they were maddeningly close to alphabetic) - Consistently label unit test groups at top-level
-
gershomb authored
* don't crash on a few stray exceptions * try -> catch and display * act on reviewer comments Co-authored-by:
Gershom Bazerman <gershom@arista.com>
-
- Feb 22, 2022
-
-
mergify[bot] authored
Try to resolve unused-packages warnings
-
Andrea Bedini authored
-
- Feb 21, 2022
-
-
The documentation for the active-repositories option "none" was incorrect as it missed the colon.
-
- Feb 19, 2022
-
-
Andrea Bedini authored
* Avoid templating GitHub Actions workflow GitHub Actions workflow have sufficient power to express what we need. We don't need to maintain and additional templating solution on top. * Add GHC 9.2, bump bounds, fix syntax * Switch to official haskell image * Always run cli tests for ghc 8.2 and above * Remove step to regenerate GitHub Actions workflows * Fix missed reference to GHC version * Fix yaml syntax * Fix type in the GHC version * More CI changes - Run bootstrap.yml on ubuntu-latest - Use explicit matrix for linux.yml - Drop containers in favour of haskell setup action - Drop workaround for ancient git * Remove unneeded package from CI setup I belive this is only necessary to run `cabal man` which we do not in the CI. * Drop old GHCs from the CI * Switch macos.yml to haskell/action/setup Also add the same GHC versions as Linux. * Simplify CI - Remove cabal-plan, we actually never call it (I think) - Remove vendored cabal-doctest - Remove few stray allow-newer clauses no longer necessary, apparently Originally done by @gbaz in PR #7907. * Mark GHC 9.2.1 as experimental * Remove reference to cabal-plan from validate.sh * setup-haskell action already runs cabal update * Add missing build matrix in test-windows-dogfood * Replace cabal-plan list-bin with cabal list-bin * Enable caching in the CI * Fix typo * Remove continue-on-error until I figure it out * Keep naming consistent * Temporarily disable 8.0.2 on macos * Add missing step id * Tweaks Remove workaround for nektos/act, it accidentally sneaked in. * More tweaks * Tweaks * Restore cabal-plan, temporarily mark everything experimental cabal list-bin doesn't seem to work like cabal-plan does. * Tweaks * Ensure cabal-plan executable gets built * Install automake on MacOS * Tweaks * Tweaks Link experimental flags to relative GitHub issues * Fix typo
-
- Feb 18, 2022
-
-
mergify[bot] authored
Remove deprecated file finding functions
-
Robert authored
-
Robert authored
-
Robert authored
-
mergify[bot] authored
Reduce default verbosity for running scripts
-
Mel Zuser authored
Closes #5508
-
- Feb 16, 2022
-
-
mergify[bot] authored
Add a doc section on cabal list-bin.
-
Phil de Joux authored
-
Phil de Joux authored
-
Phil de Joux authored
-
Phil de Joux authored
-
Phil de Joux authored
Co-authored-by:
Artem Pelenitsyn <a.pelenitsyn@gmail.com>
-
Phil de Joux authored
Co-authored-by:
Artem Pelenitsyn <a.pelenitsyn@gmail.com>
-
Phil de Joux authored
-
Phil de Joux authored
-
mergify[bot] authored
Fix 7835
-
Javier Neira authored
Co-authored-by:
Andreas Abel <andreas.abel@ifi.lmu.de>
-
Javier Neira authored
-
Javier Neira authored
-
Javier Neira authored
-
- Feb 15, 2022
-
-
Javier Neira authored
Describe a gitpod workflow for docs.
-
- Feb 14, 2022
-
-
mergify[bot] authored
Consistent starting capital letter, ending period in help text.
-
Phil de Joux authored
-
Phil de Joux authored
-
- Feb 12, 2022
-
-
mergify[bot] authored
Removed obsolete warning about mixins in the doc
-
Daniel Díaz authored
-
- Feb 11, 2022
-
-
mergify[bot] authored
Remove dead module Distribution.Client.Compat.FilePerms
-
- Feb 10, 2022
-
-
Mel Zuser authored
-