explicit-sharing-0.3.1.3: Setup.hs
import System.Process
import System.Exit
import Distribution.Simple
main = defaultMainWithHooks $ simpleUserHooks { runTests = runTestSuite }
runTestSuite _ _ _ _ =
do pid <- runCommand $ "ghc -hide-package monads-fd "
++ "-hide-package transformers -e main Test.hs"
waitForProcess pid >>= exitWith