Safe Haskell | None |
---|---|
Language | Haskell2010 |
HaskellCI.TestedWith
Documentation
data TestedWithJobs Source #
Constructors
TestedWithUniform | |
TestedWithAny |
Instances
Eq TestedWithJobs Source # | |
Defined in HaskellCI.TestedWith Methods (==) :: TestedWithJobs -> TestedWithJobs -> Bool # (/=) :: TestedWithJobs -> TestedWithJobs -> Bool # | |
Show TestedWithJobs Source # | |
Defined in HaskellCI.TestedWith Methods showsPrec :: Int -> TestedWithJobs -> ShowS # show :: TestedWithJobs -> String # showList :: [TestedWithJobs] -> ShowS # | |
Parsec TestedWithJobs Source # | |
Defined in HaskellCI.TestedWith Methods parsec :: CabalParsing m => m TestedWithJobs # | |
Pretty TestedWithJobs Source # | |
Defined in HaskellCI.TestedWith Methods pretty :: TestedWithJobs -> Doc # prettyVersioned :: CabalSpecVersion -> TestedWithJobs -> Doc # |
checkVersions :: TestedWithJobs -> Project Void Package -> Either [String] (Set CompilerVersion, Project Void Package) Source #