From 5123582f48b46efc3d27424bc475125a1de78e2e Mon Sep 17 00:00:00 2001 From: Simon Marlow <marlowsd@gmail.com> Date: Fri, 13 Nov 2015 13:33:52 +0000 Subject: [PATCH] Update output for D1426 --- tests/simple/tixs/T10529a.stderr | 2 +- tests/simple/tixs/T10529b.stderr | 2 +- tests/simple/tixs/T10529c.stderr | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/simple/tixs/T10529a.stderr b/tests/simple/tixs/T10529a.stderr index d83560a..2f49554 100644 --- a/tests/simple/tixs/T10529a.stderr +++ b/tests/simple/tixs/T10529a.stderr @@ -1,3 +1,3 @@ hpc: can not find NonExistingModule in ./.hpc -CallStack: +CallStack (from ImplicitParams): error, called at libraries/hpc/Trace/Hpc/Mix.hs:119:15 in hpc-0.6.0.2:Trace.Hpc.Mix diff --git a/tests/simple/tixs/T10529b.stderr b/tests/simple/tixs/T10529b.stderr index 151b953..ad9b675 100644 --- a/tests/simple/tixs/T10529b.stderr +++ b/tests/simple/tixs/T10529b.stderr @@ -1,4 +1,4 @@ hpc: hash in tix file for module Main (1234567890) does not match hash in ./.hpc/Main.mix (2454134535) -CallStack: +CallStack (from ImplicitParams): error, called at libraries/hpc/Trace/Hpc/Mix.hs:129:17 in hpc-0.6.0.2:Trace.Hpc.Mix diff --git a/tests/simple/tixs/T10529c.stderr b/tests/simple/tixs/T10529c.stderr index 5c2f649..0700886 100644 --- a/tests/simple/tixs/T10529c.stderr +++ b/tests/simple/tixs/T10529c.stderr @@ -1,3 +1,3 @@ hpc: can not parse ./.hpc/NoParse.mix -CallStack: +CallStack (from ImplicitParams): error, called at libraries/hpc/Trace/Hpc/Mix.hs:103:43 in hpc-0.6.0.2:Trace.Hpc.Mix -- GitLab