Cabal-1.18.0: tests/PackageTests/TestStanza/my.cabal
name: TestStanza
version: 0.1
license: BSD3
author: Thomas Tuegel
stability: stable
category: PackageTests
build-type: Simple
description:
Check that Cabal recognizes the Test stanza defined below.
Library
exposed-modules: MyLibrary
build-depends: base
test-suite dummy
main-is: dummy.hs
type: exitcode-stdio-1.0
build-depends: base