packages feed

hackport-0.2.19: cabal/Cabal/tests/PackageTests/TestOptions/TestOptions.cabal

name: TestOptions
version: 0.1
license: BSD3
author: Thomas Tuegel
stability: stable
category: PackageTests
build-type: Simple
cabal-version: >= 1.9.2

description:
    Check that Cabal passes the correct test options to test suites.

executable dummy
    main-is: test-TestOptions.hs
    build-depends: base

test-suite test-TestOptions
    main-is: test-TestOptions.hs
    type: exitcode-stdio-1.0
    build-depends: base