(cabal check) Add "Autogen include" test for ts
[cabal.git] / cabal-testsuite / PackageTests / CabalMacros / my.cabal
blob0ed91e08613c3587f76a4c1dafd132088614d62b
1 cabal-version: 2.2
2 name: CabalMacros
3 version: 0.1
4 license: BSD-3-Clause
5 author: Oleg Grenrus
6 stability: stable
7 category: PackageTests
8 build-type: Simple
10 description:
11     Check that the generated cabal_macros.h is intact.
13 Library
14     exposed-modules: Mdl
15     build-depends: base
16     default-language: Haskell2010