[project @ 1998-04-17 15:58:37 by simonm]
[ghc-hetmet.git] / ghc / tests / ccall / should_fail / cc002.stderr
1  
2 PrelForeign.hi:19:
3     Constructors for `ForeignObj' not visible when checking `PrelGHC.CCallable' instance
4         (Try either importing ForeignObj non-abstractly or compile using -fno-prune-tydecls ..)
5  
6 cc002.hs:18:
7     No instance for `PrelGHC.CCallable ForeignObj'
8         (arising from an argument in the _ccall_ to `c', namely `x' at cc002.hs:18)
9  
10 cc002.hs:10:
11     No instance for `PrelGHC.CReturnable ForeignObj'
12         (arising from the result of the _ccall_ to `a' at cc002.hs:10)
13
14
15 Compilation had errors