codegen: handle exceptions of a method
[mate.git] / Setup.lhs
1 #!/usr/bin/runhaskell 
2 > module Main where
3 > import Distribution.Simple
4 > main :: IO ()
5 > main = defaultMain
6