cabal-show-detail-direct
commit
3792d212a6f60573ef43dd72088a353725d09461
Author: Joachim Breitner <mail@joachim-breitner.de>
Date: Thu Nov 5 11:31:12 2015 +0100
test: New mode --show-details=direct
This mode implements #2911, and allows to connect the test runner
directly to stdout/stdin. This is more reliable in the presence of no
threading, i.e. a work-arond for #2398.
I make the test suite use this, so that it passes again, despite
printing lots of stuff. Once #2398 is fixed properly, the test suite
should probably be extended to test all the various --show-details
modes.
Gbp-Pq: Name cabal-show-detail-direct.patch
ghc (7.10.3-10) unstable; urgency=medium
[ Balint Reczey ]
* Disable PIE to fix build when PIE is the default in gcc
(change taken/revised from Ubuntu, Closes: #712228)
[ Clint Adams ]
* Backport upstream
563a4857abcee4a6e43c68323274309c58f42aa0 to use gcc's
SMP primitives instead of GHC's broken ones.
* Backport upstream
7053019e7b04842dd7364039381d8c4c069489a2 to add a
missing MO_WriteBarrier to emitPrimOp.
[dgit import unpatched ghc 7.10.3-10]