court-0.1.0.0: src/Court/Job.hs
module Court.Job
( Job(..)
) where
data Job = Job
{ jobProjectPath :: FilePath
, jobArguments :: [String]
} deriving (Show, Eq)
module Court.Job
( Job(..)
) where
data Job = Job
{ jobProjectPath :: FilePath
, jobArguments :: [String]
} deriving (Show, Eq)