DEBSOURCES
Skip Quicknav
sources / haskell-sdl / 0.6.2-1 / Examples / MacOSX / SDLWrapper.hs
1234
{-# LANGUAGE ForeignFunctionInterface #-} module SDLWrapper where import Main foreign export ccall "haskell_main" main :: IO ()