This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Oct 27, 2019
-
-
Anton Logvinenko authored
-
- Oct 22, 2019
-
-
Use project config instead of global one to get store-dir and logs-dir. Fixes #5925
-
- Oct 18, 2019
- Oct 11, 2019
-
-
Ryan Scott authored
Implement --benchmark-options for v2-bench
-
Ryan Scott authored
-
Ryan Scott authored
This implements lots of plumbing to allow the `--benchmark-option(s)` flags to be used with `v2-bench`, analgous to `v2-test`'s `--test-option(s)` flag. Fixes #6209.
-
- Oct 09, 2019
-
-
Daniel Gröber (dxld) authored
On Windows dropExeExtension doesn't actually drop the exe extension. We have splitExtension "foo.exe" == ("foo", ".exe") but the code is expecting just "exe" for the extension field. Among other things this makes guessToolFromGhcPath behave unexpectedly. Since takeVersionSuffix can't see past the extension the `null suf` case in mkGuesses will trigger which causes the versioned program path candidates to not be looked for.
-
- Oct 08, 2019
-
-
Oleg Grenrus authored
Exe dependency less lexeme
-
Oleg Grenrus authored
Change legacy note to point to cabal.readthedocs nix-style section
-
- Oct 07, 2019
-
-
Oleg Grenrus authored
-
- Oct 06, 2019
-
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Oleg Grenrus authored
doc: Linkify some :pkg-fields:
-
- Oct 02, 2019
-
-
Oleg Grenrus authored
Allow failures in OSX jobs
-
Oleg Grenrus authored
- They use 7.10.3 and 8.0.2 - timeout quite often. - Let's have them, but let them fail without red mark
-
Oleg Grenrus authored
-
quasicomputational authored
Properly expand globs when looking for headers in extra-src-files.
-
Ben Gamari authored
-
- Oct 01, 2019
-
-
Oleg Grenrus authored
Try newer GHC on Appveyor
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Oleg Grenrus authored
And use it to make readPkgConfigDb not fail if there aren't pkg-config executable.
-
* Warn the dependencies using backpack are broken when installed from hackage * Reword * Update nix-local-build.rst Make the hyperlink to issue 6005 a little better.
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
- Sep 30, 2019
-
-
Oleg Grenrus authored
Separate Flag and ConfVar into own modules
-
Oleg Grenrus authored
-
- Sep 25, 2019
-
-
Oleg Grenrus authored
Allow Diff-0.4
-
Oleg Grenrus authored
-
- Sep 24, 2019
-
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Oleg Grenrus authored
Add Distribution.Compat.MD5
-
Oleg Grenrus authored
cabal check: cpp-options allows only -D and -U options
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Oleg Grenrus authored
Before: 130113 files processed 7304 have lexer/parser warnings 332 build impossible 9742 build warning 49779 build dist suspicious 38666 build dist suspicious warning 11834 build dist inexcusable After: 130113 files processed 7304 have lexer/parser warnings 332 build impossible 10063 build warning 49779 build dist suspicious 38666 build dist suspicious warning 11834 build dist inexcusable i.e. 321 build warnings on all Hackage Examples: NO_DEBUG_MODE -- forgotten -D? -traditional -- doesn't work, nor needed -fallow-undecidable-instances -- wrong -options? -fno-exceptions -Wall -Werror --include=include/config.h -- doesn't work -maes -- cpp is not C++ ? -mpclmul -mssse3
-