module System.TestLoop.Internal.Types where

type TestSuiteName = String
type MainModulePath = String
type MainModuleName = String
type HsSourcePaths = [String]