Skip to content
Snippets Groups Projects
Commit e75602aa authored by Ross Paterson's avatar Ross Paterson
Browse files

add boilerplate Setup.hs

parent 28865524
No related branches found
No related tags found
No related merge requests found
module Main (main) where
import Distribution.Simple (defaultMainWithHooks, defaultUserHooks)
main :: IO ()
main = defaultMainWithHooks defaultUserHooks
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment