Improve online docs for `includes:` field
[cabal.git] / cabal-testsuite / PackageTests / BuildDeps / InternalLibrary0 / my.cabal
blob99ffe68e93fc1a59ae6ca00c5c80376449919dfb
1 name: InternalLibrary0
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     Check that with 'cabal-version:' containing versions less than 1.7, we do *not*
12     have the new behaviour to allow executables to refer to the library defined
13     in the same module.
15 ---------------------------------------
17 Library
18     exposed-modules: MyLibrary
19     build-depends: base, bytestring, pretty
21 Executable lemon
22     main-is: lemon.hs
23     hs-source-dirs: programs
24     build-depends: base, bytestring, pretty, InternalLibrary0