File: MainWrapper.hs

package info (click to toggle)
haskell-sdl 0.6.4-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 376 kB
  • ctags: 3
  • sloc: haskell: 200; ansic: 18; makefile: 13
file content (4 lines) | stat: -rw-r--r-- 136 bytes parent folder | download | duplicates (6)
1
2
3
4
{-# LANGUAGE ForeignFunctionInterface #-}
module MainWrapper where
import Main (main)
foreign export ccall "haskell_main" main :: IO ()