This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Sep 13, 2021
-
-
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.
-
-
-
-
-
-
-
Removes 'show-build-info' command from 'lib:Cabal' and replaces it by generating build-info whenever a build happens. Add flag '--dump-buildinfo' to signal the build step to dump build information for the package/component we are currently building.
-
-
Adds missing file information for test and benchmark stanzas.
-
- Sep 07, 2021
-
-
gershomb authored
* handle conditionals in duplicate module checks * fix silly bug * changelog * Update Check.hs Co-authored-by:
Gershom Bazerman <gershom@arista.com> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- Sep 06, 2021
-
-
Mikolaj Konarski authored
Restructure Getting Started docs to get to a running program faster. This is rebased (with resolved conflicts) version of #6157 by @m-renaud .
-