module Main ( main ) where import Distribution.Simple.Test ( stubMain ) import Example ( tests ) main :: IO () main = stubMain tests