This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 09 Jul, 2020 1 commit
-
-
Jan Hrček authored
-
- 07 May, 2020 1 commit
-
-
Oleg Grenrus authored
-
- 05 May, 2020 1 commit
-
-
Luke Lau authored
-
- 04 Apr, 2020 1 commit
-
-
Oleg Grenrus authored
-
- 22 Mar, 2020 1 commit
-
-
Matt Renaud authored
Sandboxes are obsolete with the launch of Nix-style/new-/v2 commands, and thus should not be given high visibility in the docs for the current version. If docs are needed then the docs for a previous version of cabal can be used. [ci skip]
-
- 19 Feb, 2020 4 commits
-
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
- 25 Dec, 2019 1 commit
-
-
selinger authored
-
- 22 Dec, 2019 1 commit
-
-
file+noindex:///local/repositoriesOleg Grenrus authored
Resolve #6359 `preferred-versions` are left out for now. It shouldn't be difficult to add, but needs work nevertheless. We also allow relative paths, which kind of work, if you are careful. In addtition - change the index cache to use `Distribution.Utils.Structured`, making Binary instances generically derived. - separate Distribution.Client.HashValue into own module. This allows to use HashValue for hashing the part of localRepoPath (breaks module dependency cycle). Almost as a feature generated 01-index.cache is never updated. If you change the contents of the directory, you have to purge 01-index.cache file yourself.
-
- 27 Oct, 2019 1 commit
-
-
Anton Logvinenko authored
-
- 11 Oct, 2019 1 commit
-
-
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.
-
- 02 Oct, 2019 1 commit
-
-
Ben Gamari authored
-
- 01 Jun, 2019 1 commit
-
-
Wasif Hasan Baig authored
Corrected a typo.
-
- 29 Apr, 2019 1 commit
-
-
Josh Meredith authored
-
- 26 Apr, 2019 1 commit
-
-
Josh Meredith authored
-
- 04 Apr, 2019 1 commit
-
-
Mikhail Glushenkov authored
Spotted by @matthewbauer.
-
- 09 Feb, 2019 1 commit
-
-
James Earl Douglas authored
[ci skip]
-
- 07 Feb, 2019 1 commit
-
-
Niklas Hambüchen authored
Also update the docs for `--enable-executable-dynamic` as they were slightly misleading.
-
- 24 Jan, 2019 1 commit
-
-
Matt Renaud authored
[ci skip]
-
- 20 Jun, 2018 1 commit
-
-
quasicomputational authored
On all platforms, warn about their presence. On Windows, we should use slashes (as opposed to backslashes) where possible, to avoid causing things like #5386. Closes #5386.
-
- 02 Nov, 2017 1 commit
-
-
Moritz Angermann authored
-
- 01 Nov, 2017 1 commit
-
-
Moritz Angermann authored
# Conflicts: # Cabal/Distribution/PackageDescription/Check.hs # Cabal/Distribution/PackageDescription/Parsec/FieldDescr.hs # Cabal/Distribution/Parsec/Types/FieldDescr.hs # Cabal/doc/developing-packages.rst
-
- 22 Aug, 2017 2 commits
-
-
vedksah authored
-
Moritz Kiefer authored
-
- 01 Aug, 2017 1 commit
-
-
Moritz Angermann authored
-
- 23 Jul, 2017 1 commit
-
-
Sergey Vinokurov authored
Also rename config field configArDoesNotSupportResponseFiles into configUseResponseFiles
-
- 22 Jul, 2017 1 commit
-
-
Sergey Vinokurov authored
Newer versions of ar program support @file argument, which allows to supply all object files, however numerous, in one call to ar, thus reducing overhead of creating multiple ar processes where each process must fully re-read output of the previous invocation.
-
- 15 May, 2017 2 commits
-
-
Daniel Gröber (dxld) authored
(cherry picked from commit 32fe4200)
-
Daniel Gröber (dxld) authored
(cherry picked from commit 261e5eb4)
-
- 05 May, 2017 1 commit
-
-
Daniel Gröber (dxld) authored
-
- 03 Feb, 2017 2 commits
-
-
kristenk authored
For example, "setup.Cabal installed" forces cabal to use the installed Cabal library for all setup scripts.
-
kristenk authored
For example, --constraint="any.pkg == 5" applies to "pkg" whether it is a top-level dependency, setup dependency, or build tool dependency. I also modified the UserConstraint type so that it is more similar to the PackageConstraint type, now that both types need to express similar "constraint scopes".
-
- 22 Jan, 2017 1 commit
-
-
kristenk authored
This commit comments out the part of #4219 that parses build tool dependency qualifiers, to disable the feature until we finalize the syntax. It also comments out the part of #4236 that tests the parsing.
-
- 16 Jan, 2017 1 commit
-
-
Robert Henderson authored
-
- 15 Jan, 2017 1 commit
-
-
Robert Henderson authored
I also moved all the detail about constraint syntax that was in the Nix-style local build cabal.project section into the section on the --constraint command line option. This reduces some duplication of information.
-
- 06 Jan, 2017 1 commit
-
-
John Ericson authored
`build-tools` is described in terms of `build-tool-depends`, just as it is implemented in terms of it.
-
- 20 Oct, 2016 1 commit
-
-
Christiaan Baaij authored
`--dynlibdir` indicates the directory in which dynamic libraries are installed. By default this setting is equal to: `$libdir/$abi` The static libraries will still end up in: `$libdir/$libsubdir` With `$libsubdir/$abi` as the default directory for dynamic libraries, dynamic libraries will by default end up in a single shared directory (per package database). This has the potential to reduce start-up times for dynamically linked executable as only one RPATH per package database will be needed. This commit uses the functionality defined in https://phabricator.haskell.org/D2611 to tell GHC's > 8.0.1 package database that dynamic libraries are copied to the directories mentioned in the `dynamic-library-dirs` field.
-
- 16 Sep, 2016 1 commit
-
-
Leonid Onokhov authored
[ci skip]
-