This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Oct 01, 2019
-
-
Oleg Grenrus authored
-
Oleg Grenrus authored
And use it to make readPkgConfigDb not fail if there aren't pkg-config executable.
-
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
-
- Sep 23, 2019
-
-
* Add deprecated hs-source-dir I replaced the note about `hs-source-dir` being deprecated in the description of `hs-source-dirs` by a field of its own to include the `deprecated` and `removed` fields because it's no longer in 3.0. * Add note to hs-source-dirs about multiple components Source directories can be shared among components but there's a non-obvious caveat which I've tried to clarify with a note. * Clarify shared source dir note Modules in a shared source directory can inadvertently end up getting compiled multiple times. [ci skip]
-
- Sep 15, 2019
-
-
Oleg Grenrus authored
Resolve #5472: Add SourceRepositoryPackage..
-
- Sep 08, 2019
-
-
Oleg Grenrus authored
Remove dead code
-
Sebastian Graf authored
This would trip up the improved pattern match checker from [!963](ghc/ghc!963). The removed code is related to maintaining the round-trip property, so should be re-introduced at some point. This is tracked in #6193.
-
- Sep 01, 2019
-
-
Oleg Grenrus authored
New ghc version
-
- Aug 31, 2019
-
-
Herbert Valerio Riedel authored
(previous update was 2ecdf137)
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
- Aug 28, 2019
-
-
Mikhail Glushenkov authored
-
- Aug 27, 2019
-
-
Herbert Valerio Riedel authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
Default to non-interactive init.
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
- Aug 22, 2019
-
-
Daniel Gröber (dxld) authored
Fix v2-install ProgramDb confusion
-
- Aug 20, 2019
-
-
Oleg Grenrus authored
Improve docs for html-location
-
Daniel Gröber (dxld) authored
Commit 273dacfd ("Extract installLibraries and InstallExes from installAction") makes 'getInstalledPackages' get passed the pre-configCompilerEx ProgramDb which will cause pattern match failures when the code tries to lookup ghc-pkg in the progdb.
-
- Aug 19, 2019
-
-
toonn authored
Someone mentioned this section was confusing in #haskell. I added an example of command line usage so there is no confusion. [ci skip]
-