Cabal-3.2.1.0: A framework for packaging Haskell software
Safe Haskell None
Language Haskell2010

Distribution.Types.TestType

Synopsis

Documentation

data TestType Source #

The "test-type" field in the test suite stanza.

Constructors

TestTypeExe Version

"type: exitcode-stdio-x.y"

TestTypeLib Version

"type: detailed-x.y"

TestTypeUnknown String Version

Some unknown test type e.g. "type: foo"

Instances

Instances details
Eq TestType Source #
Instance details

Defined in Distribution.Types.TestType

Data TestType Source #
Instance details

Defined in Distribution.Types.TestType

Methods

gfoldl :: ( forall d b. Data d => c (d -> b) -> d -> c b) -> ( forall g. g -> c g) -> TestType -> c TestType Source #

gunfold :: ( forall b r. Data b => c (b -> r) -> c r) -> ( forall r. r -> c r) -> Constr -> c TestType Source #

toConstr :: TestType -> Constr Source #

dataTypeOf :: TestType -> DataType Source #

dataCast1 :: Typeable t => ( forall d. Data d => c (t d)) -> Maybe (c TestType ) Source #

dataCast2 :: Typeable t => ( forall d e. ( Data d, Data e) => c (t d e)) -> Maybe (c TestType ) Source #

gmapT :: ( forall b. Data b => b -> b) -> TestType -> TestType Source #

gmapQl :: (r -> r' -> r) -> r -> ( forall d. Data d => d -> r') -> TestType -> r Source #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> ( forall d. Data d => d -> r') -> TestType -> r Source #

gmapQ :: ( forall d. Data d => d -> u) -> TestType -> [u] Source #

gmapQi :: Int -> ( forall d. Data d => d -> u) -> TestType -> u Source #

gmapM :: Monad m => ( forall d. Data d => d -> m d) -> TestType -> m TestType Source #

gmapMp :: MonadPlus m => ( forall d. Data d => d -> m d) -> TestType -> m TestType Source #

gmapMo :: MonadPlus m => ( forall d. Data d => d -> m d) -> TestType -> m TestType Source #

Read TestType Source #
Instance details

Defined in Distribution.Types.TestType

Show TestType Source #
Instance details

Defined in Distribution.Types.TestType

Generic TestType Source #
Instance details

Defined in Distribution.Types.TestType

Binary TestType Source #
Instance details

Defined in Distribution.Types.TestType

NFData TestType Source #
Instance details

Defined in Distribution.Types.TestType

Structured TestType Source #
Instance details

Defined in Distribution.Types.TestType

Pretty TestType Source #
Instance details

Defined in Distribution.Types.TestType

Parsec TestType Source #
Instance details

Defined in Distribution.Types.TestType

type Rep TestType Source #
Instance details

Defined in Distribution.Types.TestType