packages feed

uuagc-0.9.39.0: Setup.hs

module Main where

import Distribution.Simple
import Distribution.Simple.UUAGC

-- uses the bootstrapped version of uuagc to build itself
compiler = "uuagc-bootstrap"
main = defaultMainWithHooks (uuagcUserHook' compiler)