| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
This is the designated release to go with GHC 8.0.1
/cc @judah
|
|
|
|
| |
Differential Revision: https://phabricator.haskell.org/D1542
|
|
|
|
|
|
|
| |
This is needed to prepare for #11026 as these updates
relax the upper bounds on `base` to allow for `base-4.9.0.0`
This update contains no code-changes to terminfo/haskeline yet
|
|
|
|
| |
The GHC 7.10 tree was pointing to slightly newer commits
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit updates several submodules in order to bump
the upper bounds on `base` of most boot packages
Moreover, this updates some of the test-suite cases which have
version numbers hardcoded within.
However, I'm not sure if this commit didn't introduce the following
two test-failures
ghc-api T8628 [bad stdout] (normal)
ghc-api T8639_api [bad stdout] (normal)
This needs investigation
|
|
|
|
|
|
| |
These new versions get rid of AMP warnings
Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
|
|
|
|
|
|
|
|
|
| |
Thus GHC's in-tree version corresponds exactly to
[hackage:terminfo-0.3.2.6]. Morever, `terminfo` has moved
to GitHub as well (https://github.com/judah/terminfo) so
the upstream repo URL in `packages` is updated as well.
Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
|
|
|
|
|
| |
bytestring fixes #7556.
terminfo fixes #7281.
|
|
|