packages feed

TimePiece-0.0.4: HSMain.hs

{-# LANGUAGE ForeignFunctionInterface #-}
module HSMain where
import Main
 
foreign export ccall hs_MAIN :: IO ()
 
hs_MAIN :: IO ()
hs_MAIN = main