deprecated non-standard syntax

Andre W B Furtado awfurtado@homelink.com.br
Sun, 6 Apr 2003 00:50:28 -0300


The following line:

foreign import shutdownHaskellAndExit :: Int -> IO ()

causes a compiler warning: foreign declaration uses deprecated non-standard
syntax

Which is the correct way to use a foreign declaration?

Thanks,
-- Andre