From 2463df2fe21b5b37ecada3df8c6726c534d24590 Mon Sep 17 00:00:00 2001 From: Torsten Schmits Date: Wed, 21 Sep 2022 13:38:55 +0200 Subject: Rename Solo[constructor] to MkSolo Part of proposal 475 (https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0475-tuple-syntax.rst) Moves all tuples to GHC.Tuple.Prim Updates ghc-prim version (and bumps bounds in dependents) updates haddock submodule updates deepseq submodule updates text submodule --- testsuite/tests/th/T18612.stderr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuite/tests/th/T18612.stderr') diff --git a/testsuite/tests/th/T18612.stderr b/testsuite/tests/th/T18612.stderr index 25286ef671..0865ddc17b 100644 --- a/testsuite/tests/th/T18612.stderr +++ b/testsuite/tests/th/T18612.stderr @@ -8,6 +8,6 @@ T18612.hs:(10,7)-(11,75): Splicing type ======> Identity (Solo ()) -> Identity (Solo ()) T18612.hs:12:4-36: Splicing pattern - conP 'Identity [tupP [tupP []]] ======> Identity (Solo()) + conP 'Identity [tupP [tupP []]] ======> Identity (MkSolo()) T18612.hs:12:41-78: Splicing expression - conE 'Identity `appE` tupE [tupE []] ======> Identity (Solo ()) + conE 'Identity `appE` tupE [tupE []] ======> Identity (MkSolo ()) -- cgit v1.2.1