Require GHCForeignImportPrim for "foreign import prim"
authorDuncan Coutts <duncan@well-typed.com>
Thu, 11 Jun 2009 20:26:47 +0000 (20:26 +0000)
committerDuncan Coutts <duncan@well-typed.com>
Thu, 11 Jun 2009 20:26:47 +0000 (20:26 +0000)
commitf5c113de54455bc1320da4674c70e17598832533
tree246ae5e990de58b94bcce4adb63f5b814117f924
parent0efe9bd77f47f80cef7f10c435ea9efcda10d2b0
Require GHCForeignImportPrim for "foreign import prim"
In practise currently you also need UnliftedFFITypes, however
the restriction to just unlifted types may be lifted in future.
compiler/main/DynFlags.hs
compiler/typecheck/TcForeign.lhs