This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Oct 07, 2023
-
-
SuganyaAK authored
-
- Jun 02, 2023
-
-
Mike Pilgrem authored
Also adds ellipsis to lines in *.out files.
-
- Nov 10, 2022
-
-
Colton Clemmer authored
* do not print "up to date" unless running build * Update cabal-tests * Add changelog * Remove accidentally added test generated files Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- Aug 07, 2022
-
-
Musab Guma'a authored
-
- Oct 05, 2021
-
-
andreas.abel authored
- Place "Error:" inside wrappers At least for the sake of the testsuite, the "Error:" prefix must be inside the bracket BEGIN...END that is added to the Cabal output during testing. - Heuristic to not put "Error:" when already present This is because backpack outputs errors in an aligned way (Doc) where "Error:" is the introducing line. Removing this breaks the layout. - Remove manual "Error:" prefix where `die` adds it automatically. - Update golden values.
-
- Dec 17, 2018
-
-
Alexis Williams authored
-
- Jan 09, 2018
-
-
Francesco Gazzetta authored
Report possible tests and benchmarks too when erroring because of multiple available targets.
-
- Jul 21, 2017
-
-
Amir Mohammad Saied authored
-
- Jul 18, 2017
-
-
Mikhail Glushenkov authored
-
- Jul 17, 2017
-
-
Mikhail Glushenkov authored
-
- Jul 05, 2017
-
-
Francesco Gazzetta authored
We test both for single and multiple exe/package. `new-run` must halt on ambiguities or no compatible exes, and must run the exe if one can be uniquely selected between packages and components.
-