This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Jan 28, 2022
-
-
Robert authored
Keep Distribution.Compat.CreatePipe as a trivial reexport to avoid changing the published API.
-
Robert authored
process-1.2.1.0 was released in Dec 2014.
-
Javier Neira authored
Add list-bin support for scripts.
-
- Jan 27, 2022
-
-
andreas.abel authored
-
- Jan 26, 2022
-
-
mergify[bot] authored
Create Cabal-syntax for .cabal parsing and types
-
patrickdoc authored
-
Mikolaj Konarski authored
3.4.1.0 changelogs (backport #7734)
-
Mikolaj Konarski authored
This one is taken from https://github.com/haskell/cabal/commit/a41797d1b46347787aabca3a14a447e57c0edcf3
-
Mikolaj Konarski authored
-
Emily Pillmore authored
* add changelog entries + additional release notes * remove cruft (cherry picked from commit 12dc5c26)
-
Mikolaj Konarski authored
Re #7916: haddockumentation of Distribution.Types.VersionInterval.Legacy
-
andreas.abel authored
This commit affects only comments and documentation comments. - clarifies existing haddock for `Distribution.Types.VersionInterval.Legacy` - emphasizes the mathematical structure: canonical Boolean algebra - adds docs when they were missing - add some asymptotic complexity estimates - add comments in the code that explain its function Note: this module is declared "legacy", but the documentation effort here can be salvaged to non-legacy code once #7916 is resolved.
-
- Jan 25, 2022
-
-
mergify[bot] authored
Fix scripts without an .hs or .lhs extension
-
Mel Zuser authored
-
Mel Zuser authored
* Pass such scripts with: -x hs script * Disable extension check for scripts * Disable running preprocessors for scripts because they're based on extension * Add test case for script with no extension Resolves #7910
-
mergify[bot] authored
docs: typo
-
Artem Pelenitsyn authored
-
- Jan 23, 2022
- Jan 21, 2022
-
-
mergify[bot] authored
Haddockumentation fixes in Distribution.Types.VersionRange.Internal
-
andreas.abel authored
- 2 typos - meaningful doc for wildcardUpperBound - cosmetics
-
mergify[bot] authored
Testing cabal init for buildable output
-
Patrick Augusto authored
-
andreas.abel authored
Fix #7714: use nroff -man | less as backend for cabal man
-
- Jan 20, 2022
-
-
andreas.abel authored
-
Also: Fix color formatting when PAGER is 'less'
-
andreas.abel authored
Windows does not have `nroff` (neither has it `man`) and `cabal man` fails there usually for lack of these backends.
-
andreas.abel authored
-
andreas.abel authored
-
andreas.abel authored
Directly piping into `man -l -` does not work as BSD-`man` does not understand option `-l`. More standardized are the building blocks `nroff` and `less`. `cabal man` now should behave as pipeline ``` cabal man --raw | nroff -man /dev/stdin | less ``` Also fixed output of `cabal man --raw` so that it does not produce warnings. - `.R` removed. Was warning: ``` `R' is a string (producing the registered sign), not a macro. ``` - No quoted 'new-FOO' should appear at beginning of line. Was warning: ``` warning: macro `new-FOO'' not defined (probably missing space after `ne') ``` Added to `cabal-testsuite/PackageTests/Man/cabal.test.hs` a check that the `stderr` output of `nroff -man /dev/stdin` is empty (no warnings). Remaining problem: Unfortunately, after quitting `less` with `q` the following error is displayed: ``` fd:NNN: commitBuffer: resource vanished (Broken pipe) ``` Not sure how to fix this (my attempts failed).
-
Mikolaj Konarski authored
Remove leftover mentions of artifacts.yml
-
Mikolaj Konarski authored
-
Mikolaj Konarski authored
Remove the failing and not needed Artifacts CI job
-
Mikolaj Konarski authored
-
Mikolaj Konarski authored
-
- Jan 13, 2022
-
-
mergify[bot] authored
Re #7712: docs: replace broken relative haddock links by https://hackage...
-
https://hackageandreas.abel authored
Links like `<../release/cabal-latest/doc/API/Cabal/Distribution-Simple.html>` in `.rst` files are all broken. We replace them by links to hackage, e.g., `<https://hackage.haskell.org/package/Cabal/docs/Distribution-Simple.html>`.
-
mergify[bot] authored
Silencing warning about unrecognised world-file field
-
Patrick Augusto authored
-
Patrick Augusto authored
-