This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Mar 03, 2019
-
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Herbert Valerio Riedel authored
This typo inadvertently sneaked in via bf89715d This was causing CI to fail whenever Cabal 2.4 was picked for custom setups.
-
Herbert Valerio Riedel authored
-
Herbert Valerio Riedel authored
-
- Mar 02, 2019
-
-
Oleg Grenrus authored
-
Oleg Grenrus authored
Piyush whitespace issue
-
Oleg Grenrus authored
-
-
Oleg Grenrus authored
Add undefined flag quirks
-
Oleg Grenrus authored
-
Oleg Grenrus authored
Check for used but undefined flags already in parser
-
Oleg Grenrus authored
- Fixes #4476 - Fixes #5283
-
Oleg Grenrus authored
Export Sep
-
Oleg Grenrus authored
-
Herbert Valerio Riedel authored
-
- Mar 01, 2019
- Feb 27, 2019
-
-
Mikhail Glushenkov authored
Fix non-interactive flag name.
-
Mikhail Glushenkov authored
Minor code cleanup to address @23Skidoo's comment.
-
-
Matt Renaud authored
When introducing the --interactive flag in #5864 I accidentally changed the flag name from --non-interactive to --nonInteractive. This reverts that change.
-
- Feb 25, 2019
-
-
Mikhail Glushenkov authored
Docs: properly escape character literals
-
Alec Theriault authored
Single quotes in Haddock are used for references to other identifiers. Character literals should have both the single quote and possible backslash escaped with extra backslahes. Ex: `@\'\\0\'@`, not `'\0'`
-
- Feb 17, 2019
-
-
Oleg Grenrus authored
-
- Feb 13, 2019
-
-
Mikhail Glushenkov authored
Increase `max-backjumps` default from 2000 to 4000
-
Mikhail Glushenkov authored
Copy edit the docs: simply -> simplify
-
Mikhail Glushenkov authored
Copy edit the docs: a the -> the
-
- Feb 11, 2019
-
-
Herbert Valerio Riedel authored
The last time the max-backjumps was increased was back in 2014 (see 0229cd52) as suggested per #1780, and while `--reorder-goals` might often help as well, it also often comes at a bigger runtime penalty on average than doubling the max-backjumps. This should also address issues such as #5882
-
- Feb 09, 2019
-
-
James Earl Douglas authored
[ci skip]
-
James Earl Douglas authored
[ci skip]
-
- Feb 08, 2019
-
-
Mikhail Glushenkov authored
-
- Feb 07, 2019
-
-
Mikhail Glushenkov authored
-
Francesco Gazzetta authored
-
Mikhail Glushenkov authored
Add `--enable-executable-static` flag for fully static linking
-
-
Also update the docs for `--enable-executable-dynamic` as they were slightly misleading.
-
* Add support for application-dir and creating library hs file. This adds support for specifying an "application directory" for the Main.hs executable entrypoint to be located in ("app" is common). This also generates a MyLib.hs file when initializing a new project that is 'Library' or 'LibraryAndExecutable'. For the latter, the 'Main' module also imports this library and uses it. * Fix otherModules bug when MyLib and Main are in the same directory. * Don't ask for "source dir" if this is an executable. That's what applicationDir is for. * Comments, explicitly handle 'Library' in getModulesBuildToolsAndDeps * Code cleanups. - More concise comments. - Simplified code to write MyLib. - Share directory creation code. * Update changelog. [ci skip] * Remove extraneous let. * Add support for application-dir and creating library hs file. This adds support for specifying an "application directory" for the Main.hs executable entrypoint to be located in ("app" is common). This also generates a MyLib.hs file when initializing a new project that is 'Library' or 'LibraryAndExecutable'. For the latter, the 'Main' module also imports this library and uses it. * Fix otherModules bug when MyLib and Main are in the same directory. * Don't ask for "source dir" if this is an executable. That's what applicationDir is for. * Comments, explicitly handle 'Library' in getModulesBuildToolsAndDeps * Code cleanups. - More concise comments. - Simplified code to write MyLib. - Share directory creation code. * Update changelog. [ci skip] * Remove extraneous let. * More library and application directory suggestions. * Fix merge bug and reword interactive prompt. * Wording.
-
Mikhail Glushenkov authored
Add cabal init --interactive option
-
Mikhail Glushenkov authored
Instantiate fully instantiated dependencies even in indefinite packages.
-