GC: first working version of boehm gc. working with: 8af66bf9d36f75558ec49e0461099d5f...
[mate.git] / Setup.lhs
1 #!/usr/bin/runhaskell 
2 > module Main where
3 > import Distribution.Simple
4 > main :: IO ()
5 > main = defaultMain
6