This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Aug 15, 2017
-
-
Taylor Fausak authored
-
Taylor Fausak authored
-
Taylor Fausak authored
-
Taylor Fausak authored
-
Oleg Grenrus authored
Correct @since annotations
-
Oleg Grenrus authored
-
Oleg Grenrus authored
Use parsec, drop parsec flag
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Oleg Grenrus authored
- Manually generate Lexer.hs - Temporarily disable parser-hackage-tests on appveyor (needs 01-index.tar) - Add root Makefile to handle commmon dev tasks (genering Lexer.hs)
-
- Aug 14, 2017
-
-
Oleg Grenrus authored
cabal check flag names
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
- Aug 13, 2017
-
-
kristenk authored
Start adding a benchmark that solves for all packages on Hackage.
-
- Aug 12, 2017
-
-
Mikhail Glushenkov authored
[ci skip] (cherry picked from commit dd57b5c7)
-
Mikhail Glushenkov authored
Fixes #4622. [ci skip] (cherry picked from commit ef2078d7)
-
Mikhail Glushenkov authored
Add missing separator in solver fallback message
-
- Aug 10, 2017
-
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
Committed by accident as part of 45fb7929.
-
tuncer authored
Without this it would print a list of packages and append "Trying configure anyway." without any separator between the list and the new sentence.
-
Mikhail Glushenkov authored
[ci skip]
-
Mikhail Glushenkov authored
[ci skip]
-
Herbert Valerio Riedel authored
Turn `allow-{newer,older}` into an accumulating field to match CLI semantics
-
Herbert Valerio Riedel authored
-
Herbert Valerio Riedel authored
[skip ci]
-
Herbert Valerio Riedel authored
Refactor/cleanup of `String`/`ByteString` usage Changelog entry: > Change `rawSystemStdInOut` to use proper type to represent > binary and textual data; new `Distribution.Utils.IOData` module; > removed obsolete `startsWithBOM`, `fileHasBOM`, `fromUTF8`, > and `toUTF8` functions; add new `toUTF8BS`/`toUTF8LBS` > encoding functions. (#4666)
-
- Aug 09, 2017
-
-
Herbert Valerio Riedel authored
-
Herbert Valerio Riedel authored
[skip ci]
-
Herbert Valerio Riedel authored
This reduces the surface area of lib:Cabal by removing entry points that Setup.hs scripts are very unlikely to use.
-
Herbert Valerio Riedel authored
-
Mikhail Glushenkov authored
Add 'store-dir' global flag for custom store location
-
Mikhail Glushenkov authored
-
Herbert Valerio Riedel authored
This fixes the inconvenience occuring in `cabal.project` files of separate `allow-*` statements overwriting each other. Currently, without this patch, allow-newer: base allow-newer: directory is *NOT* equivalent to allow-newer: base, directory but rather to the last occurence of `allow-newer`, i.e. allow-newer: directory This behaviour has been present since cabal 1.24
-