goldplate-0.2.1.1: tests/Tests.hs
import System.Exit ( exitWith )
import System.Process ( system )
main :: IO ()
main = exitWith =<< system ("goldplate tests")
import System.Exit ( exitWith )
import System.Process ( system )
main :: IO ()
main = exitWith =<< system ("goldplate tests")