Cabal-1.18.0: tests/PackageTests/BuildDeps/GlobalBuildDepsNotAdditive2/GlobalBuildDepsNotAdditive2.cabal
name: GlobalBuildDepsNotAdditive1
version: 0.1
license: BSD3
cabal-version: >= 1.6
author: Stephen Blackheath
stability: stable
category: PackageTests
build-type: Simple
description:
If you specify 'base' in the global build dependencies, then define
an executable without base, it fails to find 'base' for the executable
---------------------------------------
build-depends: base
Executable lemon
main-is: lemon.hs
build-depends: bytestring, old-time