Add logging and assertions on output to cyclical test
[cabal.git] / cabal-testsuite / PackageTests / Project / WarnBuilddir / main.cabal
blob5e11f7c002dc710f692142ad23dab3390f311915
1 cabal-version: 3.0
3 name: main
4 version: 0.1
5 build-type: Simple
6 category: Test
7 maintainer: Joe
8 synopsis: Test input
9 description: Test input
10 license: BSD-3-Clause
12 library
13   build-depends: base
14   default-language: Haskell2010