GC: implemented QuickCheck magic to test GC of huge object trees
[mate.git] / Setup.lhs
1 #!/usr/bin/runhaskell 
2 > module Main where
3 > import Distribution.Simple
4 > main :: IO ()
5 > main = defaultMain
6