(cabal check) Add "Autogen include" test for ts
[cabal.git] / cabal-testsuite / PackageTests / Backpack / T5634 / T5634.cabal
blobd0e61b8f20745ecafd3139c34ad8a0ce379fd577
1 name: th-backpack-failure
2 version: 1.0
3 build-type: Simple
4 cabal-version: 2.0
6 library
7     default-language: Haskell2010
8     build-depends: base, impl, sig-with-th
9     hs-source-dirs: .
10     mixins: sig-with-th requires (Sig as Impl)
11     signatures: Unused
12     exposed-modules: Go
14 library sig-with-th
15     default-language: Haskell2010
16     build-depends: base
17     hs-source-dirs: sig-with-th
18     signatures: Sig
19     exposed-modules: THFuns
21 library impl
22     default-language: Haskell2010
23     build-depends: base
24     hs-source-dirs: impl
25     exposed-modules: Impl