packages feed

ieee-0.4: Setup.lhs

#!/usr/bin/env runhaskell
> import Distribution.Simple
> import System.Cmd
>
> testing _ _ _ _ = system "runhaskell tests/Properties.hs" >> return ()
>
> main = defaultMainWithHooks simpleUserHooks
>        {runTests=testing}