vty-5.2.0: dist/build/verify-empty-image-propsStub/verify-empty-image-propsStub-tmp/verify-empty-image-propsStub.hs
module Main ( main ) where import Distribution.Simple.Test.LibV09 ( stubMain ) import VerifyEmptyImageProps ( tests ) main :: IO () main = stubMain tests