This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Sep 15, 2021
-
-
Mikolaj Konarski authored
This reverts commit b4fbeebc. See #7649.
-
Mikolaj Konarski authored
This reverts commit 91195e84. See #7649.
-
- Sep 14, 2021
-
-
John Ericson authored
Restore GHCJS "-build-runner" option
-
mergify[bot] authored
Change cabal-plan list-bin to cabal list-bin in Makefile
-
Francesco Gazzetta authored
cabal list-bin was introduced in cabal-install 3.4, so it's safe to assume every cabal developer has it by now. By using that, we remove the dependency on cabal-plan from the Makefile (though it's still present in other places).
-
mergify[bot] authored
cabal-testsuite/README: typos, formatting
-
andreas.abel authored
Dotting some `i`s.
-
- Sep 13, 2021
-
-
mergify[bot] authored
Add file perm bits to current mode rather than overriding
-
Daniel Gröber (dxld) authored
-
Daniel Gröber (dxld) authored
Commit 237cfe10 ("Reimplement createDirectoryIfMissingVerbose to use sensible file permissions") introduced the current (broken) behaviour of unconditionally setting modes to 744/644. However this removes at setgid bit which is useful to allow sysadmins to decide which access groups should have in a whole directory tree. So instead of overriding the system's desicion simply add to whichever modes were chosen. Fixes #7560
-
mergify[bot] authored
Canonicalize path in TargetSelector to fix No Targets bug on Windows
-
FraserBrooks authored
When searching for the primary package, the return from a call to getCurrentDirectory is compared via (==) equality with a canonicalised path resulting in an inability to find the primary package if no targets are specified when the project root is in, or contains a symlink/junction or, when, under certain conditions, the capitalisation of the drive letters don't match on Windows. This breaks cabal functionality in emacs' haskell-mode (at least on Windows) as it relies on automatic package detection. With this commit, the test case added in the commit prior now passes.
-
FraserBrooks authored
-
Simplified from agda/agda/.github/workflows/user-manual.yml
-
mergify[bot] authored
Additional examples in doc of `tested-with` (fix #4894)
-
andreas.abel authored
-
- Sep 12, 2021
-
-
Vanessa McHale authored
* Let preprocessors register a reordering (like c2hs) * Reorder in all places * Add changelog * Add haddocks * initialize field properly * less indirection; use foldM * merge * Toggle via macro * 3 args * fix syntax * Revert "merge" This reverts commit 6a865fc6d9faccf63b2666343aba712899b7cd9a. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- Sep 11, 2021
-
-
andreas.abel authored
-
andreas.abel authored
A grab-bag of alternatives as discussed at haskell/cabal#4894.
-
mergify[bot] authored
Fix mentions of overwrite and backup flags for v2-configure
-
Patrick Augusto authored
-
mergify[bot] authored
handle build reports in v2-build
-
Gershom Bazerman authored
-
Mikolaj Konarski authored
-
Daniel Gröber (dxld) authored
-
Daniel Gröber (dxld) authored
-
Daniel Gröber (dxld) authored
-
- Sep 10, 2021
-
-
Julian Ospald authored
-
gershomb authored
* pipe auth into curl * changelog Co-authored-by:
David Turnbull <david@broodax.net> Co-authored-by:
Gershom Bazerman <gershom@arista.com> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
gershomb authored
* Backtrack when no pkgconfigdb is present * changelog and test * one more test Co-authored-by:
Gershom Bazerman <gershom@arista.com> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- Sep 09, 2021
-
-
Emily Pillmore authored
remove cruft from common.sh
-
Emily Pillmore authored
-
Emily Pillmore authored
add gitlab ci integration to cabal
-
Emily Pillmore authored
-
mergify[bot] authored
Allow text-2.0 in Cabal.cabal only
-
Emily Pillmore authored
-
- Sep 08, 2021
-
-
mergify[bot] authored
change documented global flags
-
Bodigrim authored
-
Gershom Bazerman authored
-
Refactor the API slightly s.t. a ConfiguredProgram for the Compiler is passed to build-info generation directly.
-