From 0b852fcf74c65291aeb6357973ecb715735d6383 Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Mon, 21 Sep 2015 19:18:56 -0500 Subject: base: use Show for ErrorCall in uncaughtExceptionHandler The default top-level exception handler now uses the `Show` instance for `ErrorCall` when printing exceptions, so it will actually print the out-of-band data (e.g. `CallStack`s) in compiled binaries, instead of just printing the error message. This also updates the hpc submodule to fix the test output. Reviewed By: austin, thomie Differential Revision: https://phabricator.haskell.org/D1217 --- libraries/hpc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libraries/hpc') diff --git a/libraries/hpc b/libraries/hpc index 315b78ac8f..886429bf84 160000 --- a/libraries/hpc +++ b/libraries/hpc @@ -1 +1 @@ -Subproject commit 315b78ac8fe7b42912d2146783b0366f6b0e9503 +Subproject commit 886429bf84097bbc16cdb6602b60ba1b9156cf6a -- cgit v1.2.1