Safe Haskell | None |
---|---|
Language | Haskell2010 |
Buffet.Test.UsingDockerImage
Documentation
data Configuration Source #
Constructors
Configuration | |
Fields
|
Instances
Eq Configuration Source # | |
Defined in Buffet.Test.UsingDockerImage Methods (==) :: Configuration -> Configuration -> Bool # (/=) :: Configuration -> Configuration -> Bool # | |
Show Configuration Source # | |
Defined in Buffet.Test.UsingDockerImage Methods showsPrec :: Int -> Configuration -> ShowS # show :: Configuration -> String # showList :: [Configuration] -> ShowS # |
data DockerBuild Source #
Constructors
DockerBuild | |
Instances
Eq DockerBuild Source # | |
Defined in Buffet.Test.UsingDockerImage | |
Ord DockerBuild Source # | |
Defined in Buffet.Test.UsingDockerImage Methods compare :: DockerBuild -> DockerBuild -> Ordering # (<) :: DockerBuild -> DockerBuild -> Bool # (<=) :: DockerBuild -> DockerBuild -> Bool # (>) :: DockerBuild -> DockerBuild -> Bool # (>=) :: DockerBuild -> DockerBuild -> Bool # max :: DockerBuild -> DockerBuild -> DockerBuild # min :: DockerBuild -> DockerBuild -> DockerBuild # | |
Show DockerBuild Source # | |
Defined in Buffet.Test.UsingDockerImage Methods showsPrec :: Int -> DockerBuild -> ShowS # show :: DockerBuild -> String # showList :: [DockerBuild] -> ShowS # |