1module Main (main) where
2
3import Distribution.Simple
4
5main :: IO ()
6main = defaultMainWithHooks autoconfUserHooks
7