This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Sep 24, 2021
-
-
Patrick Augusto authored
-
Patrick Augusto authored
-
- Sep 22, 2021
-
-
mergify[bot] authored
Revert "Change cabal-plan list-bin to cabal list-bin in Makefile"
-
- Sep 21, 2021
-
-
andreas.abel authored
-
- Sep 18, 2021
-
-
mergify[bot] authored
Windows: rewrite paths to configure
-
Tamar Christina authored
-
Javier Neira authored
Try to fix CI/Meta-checks failure
-
- Sep 17, 2021
-
-
Mikolaj Konarski authored
-
Mikolaj Konarski authored
Regenerate bootstrap/ with GHC updated from 8.10.4 to 8.10.7 (forwardport of #7657)
-
Mikolaj Konarski authored
-
Mikolaj Konarski authored
on @hasufell 's advice.
-
Mikolaj Konarski authored
with cleaned and rebuilt on master (not 3.6) dev tools, because otherwise the CI build was failing, probably due to factoring out the solver, etc.
-
Mikolaj Konarski authored
-
Mikolaj Konarski authored
-
Mikolaj Konarski authored
-
Mikolaj Konarski authored
-
Mikolaj Konarski authored
-
Alex Biehl authored
Generate Paths_ module with qualified Data.List.last import
-
- Sep 15, 2021
-
-
Mikolaj Konarski authored
Add CI dogfood test; only Windows for this PR
-
Mikolaj Konarski authored
-
Mikolaj Konarski authored
Revert PR #7510 (which was "Set PATH_SEPARATOR=; when calling ./configure")
-
Mikolaj Konarski authored
This reverts commit 70f411d3. See #7649.
-
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
-
Alex Biehl authored
-
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>
-