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