From cfa89149b55837f822ba619b797781813fdcdabc Mon Sep 17 00:00:00 2001 From: Krzysztof Gogolewski Date: Sun, 12 Jul 2020 22:08:10 +0200 Subject: Define type Void# = (# #) (#18441) There's one backwards compatibility issue: GHC.Prim no longer exports Void#, we now manually re-export it from GHC.Exts. --- testsuite/tests/codeGen/should_compile/T12115.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/tests/codeGen') diff --git a/testsuite/tests/codeGen/should_compile/T12115.hs b/testsuite/tests/codeGen/should_compile/T12115.hs index 9cbb1b6bbd..bc119e58b4 100644 --- a/testsuite/tests/codeGen/should_compile/T12115.hs +++ b/testsuite/tests/codeGen/should_compile/T12115.hs @@ -5,5 +5,5 @@ module T12115 where import GHC.Prim import GHC.Types -f :: (# Void#, (# #) #) -> String +f :: (# (# #), (# #) #) -> String f = f -- cgit v1.2.1