import Distribution.Simple (defaultMainWithHooks) import Distribution.Simple.UUAGC (uuagcLibUserHook) import UU.UUAGC (uuagc) main = defaultMainWithHooks (uuagcLibUserHook uuagc)