Add test cases that reproduce #7241.
[cabal.git] / cabal-testsuite / PackageTests / BuildDeps / TargetSpecificDeps3 / my.cabal
bloba9224f056d5f5405ef3782e06a54e302235835d2
1 name: test
2 version: 0.1
3 license: BSD3
4 cabal-version: >= 1.7.1
5 author: Stephen Blackheath
6 stability: stable
7 category: PackageTests
8 build-type: Simple
10 description:
11     Check for the new build-dep behaviour, where build-depends are
12     handled specifically for each target
14 ---------------------------------------
16 Library
17     exposed-modules: MyLibrary
18     build-depends: base, bytestring, pretty
20 Executable lemon
21     main-is: lemon.hs
22     build-depends: base, bytestring