hmatrix-0.10.0.0: Setup.lhs
#! /usr/bin/env runhaskell
> import Distribution.Simple
> import System.Process(system)
> main = defaultMainWithHooks autoconfUserHooks {runTests = t}
> t _ _ _ _ = system ( "runhaskell examples/tests.hs") >> return()
#! /usr/bin/env runhaskell
> import Distribution.Simple
> import System.Process(system)
> main = defaultMainWithHooks autoconfUserHooks {runTests = t}
> t _ _ _ _ = system ( "runhaskell examples/tests.hs") >> return()