This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Sep 12, 2022
-
-
Miezhiko authored
-
- Sep 07, 2022
-
-
mergify[bot] authored
Fixed changelog entry for haddock-package command
-
Marcin Szamotulski authored
-
- Sep 04, 2022
-
-
mergify[bot] authored
Make validate.sh show the output of cabal-plan
-
Andrea Bedini authored
-
Andrea Bedini authored
Closes #8440
-
- Sep 03, 2022
-
-
Artem Pelenitsyn authored
* [ mergify ] fix condition of 'merge delay passed' label Add the same conditions that we apply for the last stage of PR: 2 approvers and merge-me label. Otherwise, we get a lot of old PRs as well as some current ones getting the label prematurely.
-
- Sep 01, 2022
-
-
Artem Pelenitsyn authored
-
- Aug 31, 2022
-
-
Alexey Radkov authored
* Remove warning on option -threaded when building libraries Fixes #8431. Accompanied by option -flink-rts, option -threaded defines the flavour of the ghc RTS library the built library will be linked against. Note that bare ghc does not warn when option -threaded is used for building a library either. * Cabal no longer warns on -threaded option when building libraries Note that this commit modifies regression check for issue #774. * A small changelog was added
-
- Aug 30, 2022
-
-
andreas.abel authored
Co-authored-by:
Artem Pelenitsyn <a.pelenitsyn@gmail.com>
-
- Aug 28, 2022
-
-
andreas.abel authored
-
andreas.abel authored
The proper way to print stuff is not a naive `putStrLn`, but using one of the methods from Distribution.Simple.Utils, like `notice verbosity`.
-
andreas.abel authored
-
andreas.abel authored
-
andreas.abel authored
-
-
-
-
-
-
andreas.abel authored
Also allow latest aeson, network-wait, optparse-applicative in cabal-testsuite.
-
- add cabal-install-solver to the list of main packages in the repo - turn ways to install cabal-install into a list instead of a sequence of headers - add GHCup as the preferred option for getting cabal - add a reference to CONTRIBUTING.md
-
Saad Ahmed authored
-
- Aug 26, 2022
-
-
mergify[bot] authored
Add some debugging to CmdRun/Terminate test
-
- Aug 24, 2022
-
-
Robert authored
We've seen some instability in the test, compare https://github.com/haskell/cabal/issues/8416 This adds timestamped output to make it easier to see what goes wrong in case the test fails again.
-
Robert authored
This makes the `finally` apply to the last `do` block as intended. No real effect on the test, though.
-
mergify[bot] authored
Bump cabal-bootstrap-gen to GHC 9.2.4 ecosystem.
-
- Aug 22, 2022
-
-
andreas.abel authored
Also polish README a bit.
-
Robert authored
ci: use ubuntu-latest instead of ubuntu-18.04
-
Robert authored
Builds with ubuntu-18.04 are failing with This is a scheduled Ubuntu-18.04 brownout. due to deprecation of the action runner: https://github.com/actions/runner-images/issues/6002
-
andreas.abel authored
-
- Aug 21, 2022
-
-
mergify[bot] authored
unbreak cabal haddock --disable-documentation
-
- Aug 19, 2022
-
-
Artem Pelenitsyn authored
-
- Aug 18, 2022
-
-
mergify[bot] authored
Fix optional test-suite/benchmark type docs
-
- Aug 16, 2022
-
-
cydparser authored
-
Mikolaj Konarski authored
[ docs ] fix typo in cabal update’s help
-
Artem Pelenitsyn authored
-
Mikolaj Konarski authored
Exclude CI job 8.10.7 on Windows that corrupts all CI
-
Mikolaj Konarski authored
This reverts commit cd7a9128. It's not needed any more, probably, because another workaround fixes CI differently, probably. As long as it's deterministic enough...
-
Mikolaj Konarski authored
-