cabal-test-compat-0.2.0.0: Compatibility interface of cabal test-suite.

Copyright2014 Kei Hibino
LicenseBSD3
Maintainerex8k.hibino@gmail.com
Stabilityexperimental
Portabilityunknown
Safe HaskellSafe-Inferred
LanguageHaskell2010

Distribution.TestSuite.Compat

Description

This module provides subset of compatibility interface names for Cabal older than 1.16.

Synopsis

Documentation

prop' :: Testable prop => String -> Maybe String -> prop -> Test Source

Interface to make Test with an error case message to append.

prop :: Testable prop => String -> prop -> Test Source

Interface to make Test.

type TestList = IO [Test] Source

Interface type of Test list to export.

testList :: [Test] -> TestList Source

Convert interface into Test list to export.