module SJW.Config ( Config(..) ) where data Config = Config { includes :: [String] , mainIs :: String , outputFile :: FilePath , target :: FilePath } deriving (Show)