Setup.hs 101 Bytes
Newer Older
1 2 3 4 5 6
module Main (main) where

import Distribution.Simple (defaultMain)

main :: IO ()
main = defaultMain