summaryrefslogtreecommitdiff
path: root/testsuite/tests/ffi/should_fail/ccfail004.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ffi/should_fail/ccfail004.stderr')
-rw-r--r--testsuite/tests/ffi/should_fail/ccfail004.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/ffi/should_fail/ccfail004.stderr b/testsuite/tests/ffi/should_fail/ccfail004.stderr
index b597a6d73e..e9fa134864 100644
--- a/testsuite/tests/ffi/should_fail/ccfail004.stderr
+++ b/testsuite/tests/ffi/should_fail/ccfail004.stderr
@@ -5,7 +5,7 @@ ccfail004.hs:9:1: error: [GHC-72317]
because its data constructor is not in scope
• When checking declaration:
foreign import ccall safe f1 :: NInt -> IO Int
- Suggested fix: Import the data constructor to bring it into scope
+ Suggested fix: Import the data constructor ‘NInt’ of ‘NInt’
ccfail004.hs:10:1: error: [GHC-72317]
• Unacceptable result type in foreign declaration:
@@ -13,7 +13,7 @@ ccfail004.hs:10:1: error: [GHC-72317]
because its data constructor is not in scope
• When checking declaration:
foreign import ccall safe f2 :: Int -> IO NInt
- Suggested fix: Import the data constructor to bring it into scope
+ Suggested fix: Import the data constructor ‘NInt’ of ‘NInt’
ccfail004.hs:11:1: error: [GHC-72317]
• Unacceptable result type in foreign declaration:
@@ -21,7 +21,7 @@ ccfail004.hs:11:1: error: [GHC-72317]
because the data constructor for ‘NIO’ is not in scope
• When checking declaration:
foreign import ccall safe f3 :: Int -> NIO Int
- Suggested fix: Import the data constructor to bring it into scope
+ Suggested fix: Import the data constructor ‘NIO’ of ‘NIO’
ccfail004.hs:14:1: error: [GHC-89401]
• Unacceptable argument type in foreign declaration: