bytestring-show-0.2.1: Setup.lhs
#!/usr/bin/env runhaskell
> import Distribution.Simple
> import System.Cmd (system)
> main = defaultMainWithHooks (simpleUserHooks { runTests = tests })
> tests _ _ _ _ = system "runhaskell Tests/Properties.hs" >> return ()