This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Aug 16, 2017
-
-
Oleg Grenrus authored
At the moment we have very lax "name" lexer, which is essentially *everything else* than otherwise specified characters: parens, space, symbols (but not hyphen -) This removes `TokNum` and `SecArgNum`, both are merged into `TokSym` and `SecArgSym` respectively.
-
Oleg Grenrus authored
Patch &&! -> && ! make parser disallow glued operators
-
- Aug 15, 2017
-
-
Mikhail Glushenkov authored
[ci skip]
-
Oleg Grenrus authored
-
Mikhail Glushenkov authored
Upgrade to Stackage LTS 9.0
-
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]
-