packages feed

gll-0.2.0.0: Setup.hs

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

main = defaultMainWithHooks (uuagcLibUserHook uuagc)