patrickt / pony

A source-to-source transformer for C99, written in Haskell.
Other
5 stars 0 forks source link

Convert Pony to a library and remove Main.hs #62

Closed patrickt closed 13 years ago

patrickt commented 13 years ago

Now that projects are written by importing Language.Pony, Main.hs is no longer needed. We need to adjust the cabal file so that Pony is built as a library. Then we can toss out Main.hs and all of the ugly code within.

patrickt commented 13 years ago

Fixed in f80b02156f794e4f00e70c9bc315600d80df8d53.