Add migration guide for #9718 (#10578)
[cabal.git] / cabal-testsuite / PackageTests / BuildDeps / GlobalBuildDepsNotAdditive2 / GlobalBuildDepsNotAdditive2.cabal
blob340c18f4baca4aed6e70c52aebd2d6ec03b29f6d
1 name: GlobalBuildDepsNotAdditive1
2 version: 0.1
3 license: BSD3
4 cabal-version: >= 1.6
5 author: Stephen Blackheath
6 stability: stable
7 category: PackageTests
8 build-type: Simple
10 description:
11     If you specify 'base' in the global build dependencies, then define
12     an executable without base, it fails to find 'base' for the executable
14 ---------------------------------------
16 build-depends: base
18 Executable lemon
19     main-is: lemon.hs
20     build-depends: bytestring, pretty