67
I Use This!
High Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated repo location in cabal files.
kosmikus
as Andres Loeh
More... about 12 years ago
Update repo location.
kosmikus
as Andres Loeh
More... about 12 years ago
version update in Cabal Makefile
kosmikus
as Andres Loeh
More... about 12 years ago
last-minute README changes
kosmikus
as Andres Loeh
More... about 12 years ago
updated copyright year for Duncan
kosmikus
as Andres Loeh
More... about 12 years ago
updated changelog
kosmikus
as Andres Loeh
More... about 12 years ago
added deepseq to bootstrap.sh
kosmikus
as Andres Loeh
More... about 12 years ago
handling the solver options properly in config file
kosmikus
as Andres Loeh
More... about 12 years ago
handling the "optimization" option properly in config file
kosmikus
as Andres Loeh
More... about 12 years ago
treat packages that are unknown no longer as an "internal error" in modular solver
kosmikus
as Andres Loeh
More... about 12 years ago
Update cabal-install bootstrap.sh More... about 12 years ago
minor wording change when printing install plans
kosmikus
as Andres Loeh
More... about 12 years ago
no longer pre-filter broken packages for modular solver
kosmikus
as Andres Loeh
More... about 12 years ago
for empty install plans, print the packages that are installed
kosmikus
as Andres Loeh
More... about 12 years ago
make the reinstall check less noisy
kosmikus
as Andres Loeh
More... about 12 years ago
disable line-wrapping for solver debug output
kosmikus
as Andres Loeh
More... about 12 years ago
adding a solver flag for shadowing of installed packages
kosmikus
as Andres Loeh
More... about 12 years ago
adding the possibility for index-disabled packages
kosmikus
as Andres Loeh
More... about 12 years ago
choose default solver based on compiler version
kosmikus
as Andres Loeh
More... about 12 years ago
Fix doc comment for ghcOptSourcePathClear Spotted by tibbe
dcoutts
as Duncan Coutts
More... about 12 years ago
Use the new --package-db flag stuff in cabal-install
dcoutts
as Duncan Coutts
More... about 12 years ago
Extend the --package-db= feature to allow multiple dbs and start from empty Previously only one --package-db flag was used (later ones overrode earlier). Internally we can handle stacks of package dbs, now we expose that fully in the user interface. --global sets the initial db stack to [GlobalPackageDB] --user sets the initial db stack to [GlobalPackageDB, UserPackageDB] --package-db=clear clears the db stack to [] --package-db=global pushes GlobalPackageDB on the top of the stack --package-db=user pushes UserPackageDB on the top of the stack --package-db=${file} pushes SpecificPackageDB ${file} on the top of the stack So --global and --user just affect the initial db stack, and this can be extended by the --package-db flag, or reset using --package-db=clear.
dcoutts
as Duncan Coutts
More... about 12 years ago
head cabal-install requires head Cabal
dcoutts
as Duncan Coutts
More... about 12 years ago
Bump versions to 1.15 and 0.15 This is the head branch, the 1.14.x and 0.14.x are in the 1.14 branch.
dcoutts
as Duncan Coutts
More... about 12 years ago
Add back deprecated ghcVerbosityOptions and ghcPackageDbOptions
dcoutts
as Duncan Coutts
More... about 12 years ago
Fix ticket #731
dcoutts
as Duncan Coutts
More... about 12 years ago
Check for the env var GHC_PACKAGE_PATH Based on the patch by Keegan McAllister <[email protected]> Fixes ticket #335
dcoutts
as Duncan Coutts
More... about 12 years ago
Make a diagnostic more clear. More... about 12 years ago
Add -threaded and -rtsopts to cabal-install's ghc-options. More... about 12 years ago
Add a '-j' flag for the 'install' command. More... about 12 years ago