This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Sep 24, 2015
-
-
Rufflewind authored
-
- Sep 22, 2015
-
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
Add DeriveLift to Language.Haskell.Extension
-
- Sep 21, 2015
-
-
Ryan Scott authored
-
- Sep 20, 2015
-
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
Add hasUpperBound and hasLowerBound
-
Michael Snoyman authored
This is useful for performing PVP bounds checking, especially for tooling that wants to automate such dependency bounds. A demonstration of this being used in practice is the --pvp-bounds flag for stack: https://github.com/commercialhaskell/stack/commit/c774f9905b3b112f58fc3789dfb9c26389d33b24
-
- Sep 18, 2015
-
-
ttuegel authored
Lower memory usage during index file parsing #2396
-
- Sep 17, 2015
-
-
Łukasz Dąbek authored
-
Łukasz Dąbek authored
-
Łukasz Dąbek authored
The parsePackageIndex wasn't streaming because resulting list was hidden in two constructors: Either and tuple. By removing that error semantics changed in updatePackageIndexCacheFile. The updatePackageIndexCacheFile problem was sequence call that evaluated whole list made by parsePackageIndex. By using lazySequence any error during index file parsing will be raised during writing to cache file. Also removed reacPackageIndexFile, as it wasn't used anywhere as far as I can tell. If this is a mistake I'll include it again.
-
- Sep 16, 2015
-
-
Mikhail Glushenkov authored
Revert "Exit with an error if $CABAL_SANDBOX_CONFIG does not point to extant file"
-
Mikhail Glushenkov authored
Call addInfoForKnownRepos in initialSavedConfig
-
- Sep 15, 2015
-
-
Edsko de Vries authored
We called addInfoForKnownRepos when _parsing_ a file, but not when creating the initial file. This meant that when we created an initial file, we would end up with a different internal configuration (which would not have addInfoForKnownRepos applied) than if we wrote out and then read back that same initial file (which would).
-
Edsko de Vries authored
This reverts commit 3488f593.
-
- Sep 12, 2015
-
-
Mikhail Glushenkov authored
Bump the upper bound on 'process'.
-
- Sep 11, 2015
-
-
Mikhail Glushenkov authored
Extend other-extensions documentation
-
Oleg Grenrus authored
-
- Sep 08, 2015
-
-
Mikhail Glushenkov authored
Change "XXX" markers to "TODO"
-
bardur.arantsson authored
-
- Sep 04, 2015
-
-
Mikhail Glushenkov authored
Don't print ExitCode in topHandlerWith
-
Edsko de Vries authored
Closes #2807.
-
- Sep 01, 2015
-
-
Mikhail Glushenkov authored
Fixes #2805.
-
- Aug 30, 2015
-
-
Mikhail Glushenkov authored
Add Bash script for starting development
-
bardur.arantsson authored
-
- Aug 28, 2015
-
-
Mikhail Glushenkov authored
use a liberal import of Control.Exception to grab the new ErrorCall pattern in base
-
Eric Seidel authored
-
- Aug 27, 2015
-
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
Use the sandbox config for "cabal get"
-
Simon Marlow authored
If I try to use a local cabal-install repo cache by adding a "remote-repo-cache: <dir>" setting to the local cabal.config, this is respected by "cabal update" but then ignored by "cabal get", which seems wrong. This respects the local cabal.config in "cabal get" too. Maybe all commands should do this?
-
Mikhail Glushenkov authored
Remove maybeDecompress_plain property
-
Oleg Grenrus authored
-
- Aug 26, 2015
-
-
Mikhail Glushenkov authored
Fix #2794: Generate ascii data for plain maybeDecompress property
-
Oleg Grenrus authored
-
- Aug 25, 2015
-
-
Mikhail Glushenkov authored
[ci skip]
-
Mikhail Glushenkov authored
Resolve #2772: generate database flags (may omit global db)
-
Mikhail Glushenkov authored
Warn when constraints or preferences refer to unknown packages (fixes #2719)
-
- Aug 22, 2015
-
-
Mikhail Glushenkov authored
Don't strip libraries in build directory
-
- Aug 21, 2015
-
-
kristenk authored
`cabal install` and `cabal configure` warn when any constraint or preference names a package that is not in the source package index or installed package index.
-