cabal-test-compat-0.1.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 => prop -> String -> 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.