packages feed

Cabal-1.18.0: tests/PackageTests/BuildTestSuiteDetailedV09/my.cabal

name: BuildTestSuiteDetailedV09
version: 0.1
license: BSD3
author: Thomas Tuegel
stability: stable
category: PackageTests
build-type: Simple

description:
    Check that Cabal can build test suites of type detailed-0.9.

Library
    exposed-modules: Dummy
    build-depends: base, Cabal

test-suite test-Dummy
  type:       detailed-0.9
  test-module: Dummy
  build-depends: base, Cabal