summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/should_run/T21052.stdout
diff options
context:
space:
mode:
authorTorsten Schmits <git@tryp.io>2022-09-21 13:38:55 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-09-21 14:31:24 -0400
commit2463df2fe21b5b37ecada3df8c6726c534d24590 (patch)
tree824454d1e2d543da906c2b645365f051b04f3ddc /testsuite/tests/ghci/should_run/T21052.stdout
parentc0ba775dda6ddec1251363d1b73f4f3e35931dd9 (diff)
downloadhaskell-2463df2fe21b5b37ecada3df8c6726c534d24590.tar.gz
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
Diffstat (limited to 'testsuite/tests/ghci/should_run/T21052.stdout')
-rw-r--r--testsuite/tests/ghci/should_run/T21052.stdout2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/should_run/T21052.stdout b/testsuite/tests/ghci/should_run/T21052.stdout
index 7de5eaf6ca..3822a96b6e 100644
--- a/testsuite/tests/ghci/should_run/T21052.stdout
+++ b/testsuite/tests/ghci/should_run/T21052.stdout
@@ -6,7 +6,7 @@ BCO_toplevel :: GHC.Types.IO [()]
let {
sat :: [()]
[LclId] =
- :! [GHC.Tuple.() GHC.Types.[]];
+ :! [GHC.Tuple.Prim.() GHC.Types.[]];
} in GHC.Base.returnIO sat;