This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Sep 30, 2022
-
-
Mikolaj Konarski authored
-
Mikolaj Konarski authored
-
- Sep 29, 2022
-
-
Gershom Bazerman authored
This reverts commit a94b3f54.
-
Gershom Bazerman authored
-
- Sep 24, 2022
-
-
mergify[bot] authored
Support GHC 9.4
-
andreas.abel authored
-
Artem Pelenitsyn authored
plans viable from 7.x through 9.4
-
Artem Pelenitsyn authored
-
Artem Pelenitsyn authored
Tracked as #8451. ForeignLibs test was marked as broken on Mac for GHC 8.0 but we dropped 8.0 support, so that info was removed.
-
Artem Pelenitsyn authored
-
Artem Pelenitsyn authored
-
Artem Pelenitsyn authored
-
- Sep 23, 2022
-
-
mergify[bot] authored
[ci skip] Enable opensearch in Cabal documentation
-
Marcin Szamotulski authored
-
- Sep 22, 2022
-
-
mergify[bot] authored
Bump unix bound to allow unix-2.8
-
Matthew Pickering authored
-
- Sep 21, 2022
-
-
mergify[bot] authored
Reorder `cabal help` commands
-
f-a authored
-
- Sep 20, 2022
-
-
gershomb authored
* only check for compiler when project file has conditionals * fix sdist options a bit plus test * whitespace * poke tests around * Update cabal.out * Update cabal.test.hs * changelog/docs Co-authored-by:
Gershom Bazerman <gershom@arista.com>
-
- Sep 18, 2022
-
-
mergify[bot] authored
gitlab CI generates deb11 images
-
Artem Pelenitsyn authored
-
mergify[bot] authored
cabal man handles $PAGER with more than one word now
-
- Sep 17, 2022
-
-
Artem Pelenitsyn authored
-
mergify[bot] authored
Allow offline bootstrapping of cabal-install
-
- Sep 15, 2022
-
-
sheaf authored
This ports to cabal-install the offline bootstrapping logic which was introduced for Hadrian in GHC MR !6315. This adds a "fetch" command to the bootstrap script, which fetches all the dependency tarballs from Hackage, to be used in an offline build. See bootstrap/README.md for further information.
-
- Sep 12, 2022
-
-
Kobayashi authored
* pass some haddock flags to dependencies * add tests * add changelog * fix whitespace * fix test on MacOS
-
Mikolaj Konarski authored
Revert "Revert "Turn off DeterministicTrivial test (see #8356)""
-
Artem Pelenitsyn authored
It still hits us. All updates are over on #8356. This reverts commit c68ed017.
-
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`.
-