This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 19 Sep, 2017 2 commits
-
-
Mikhail Glushenkov authored
[ci skip]
-
Herbert Valerio Riedel authored
Differentiate letter for the dist-dir layout of components
-
- 18 Sep, 2017 1 commit
-
-
Herbert Valerio Riedel authored
This has been a pet-peeve of mine since 1.24 but I forgot to address this in time for the 2.0 release, as it conflates all the component kinds into an opaque single "c" namespace thereby losing information, rather than encoding the component type in a more expressive single letter path component.
-
- 13 Sep, 2017 5 commits
-
-
Mikhail Glushenkov authored
[ci skip]
-
Mikhail Glushenkov authored
This reverts commit e23c061d.
-
Michael Snoyman authored
Include foreign libs in allBuildInfo (fixes #4763)
-
(cherry picked from commit 0a28ab6a)
-
Michael Snoyman authored
-
- 12 Sep, 2017 5 commits
-
-
Mikhail Glushenkov authored
[ci skip]
-
Mikhail Glushenkov authored
Fix new-build component name docs
-
Alex Hirsch authored
-
Mikhail Glushenkov authored
Utils: Emit current working directory of run processes in debug output
-
Ben Gamari authored
This mitigates the inconvenience of #4757.
-
- 10 Sep, 2017 2 commits
-
-
Mikhail Glushenkov authored
Typo in help for --allow-older
-
Joachim Breitner authored
-
- 09 Sep, 2017 4 commits
-
-
Mikhail Glushenkov authored
[ci skip]
-
Mikhail Glushenkov authored
Fix typo in docs of autogen-modules
-
Moritz Kiefer authored
-
Mikhail Glushenkov authored
[ci skip]
-
- 08 Sep, 2017 1 commit
-
-
Mikhail Glushenkov authored
[ci skip]
-
- 04 Sep, 2017 2 commits
-
-
Oleg Grenrus authored
Use any/all from Foldable
-
Oleg Grenrus authored
-
- 03 Sep, 2017 4 commits
-
-
Oleg Grenrus authored
Add unfoldrM, spanMaybe, breakMaybe
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Oleg Grenrus authored
Add make doctest [ci skip]
-
- 02 Sep, 2017 1 commit
-
-
Oleg Grenrus authored
This is poor man doctest. Prerequisites: - `doctest` executable is in `$PATH`, compiled with GHC used to new-build the Cabal - `.ghc.environment` file is generated As GHC picks up dependencies from `.ghc.environment` file, a simple `doctest MODULES` works. As you see, I had a bug in doctests. For now, I don't add this to CI, as it's enough to run doctests occasionally (there are only 4 examples atm).
-
- 01 Sep, 2017 6 commits
-
-
Oleg Grenrus authored
Add D.Types.PackageId.Lens and D.Types.Lens
-
Oleg Grenrus authored
Add Pretty type-class
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Oleg Grenrus authored
Add normaliseVersionRange
-
- 31 Aug, 2017 5 commits
-
-
Oleg Grenrus authored
foldVersionRange' recognises (> x || == v) and (== x || > x) as (>= v), and similarly for <=. Therefore `simpleParsec . display` isn't structurally `id`, but `normalizeVersionRange`. Also change Text's display to preserve structure of nested unions, i.e. don't autoflat it.
-
Oleg Grenrus authored
Newtypes
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
- 30 Aug, 2017 2 commits
-
-
Herbert Valerio Riedel authored
[skip ci]
-
Herbert Valerio Riedel authored
Fix verbosity flags getting removed before being passed to `printPlan` et al.
-