Improve online docs for `includes:` field
[cabal.git] / cabal-testsuite / PackageTests / BuildDeps / InternalLibrary2 / my.cabal
blobc3346c10b62b48819bdc0ebd52b9b433f6ed3c90
1 name: InternalLibrary2
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     This test is to make sure that the internal library is preferred by ghc to
12     an installed one of the same name and version.
14 ---------------------------------------
16 Library
17     exposed-modules: MyLibrary
18     build-depends: base, bytestring, pretty
20 Executable lemon
21     main-is: lemon.hs
22     hs-source-dirs: programs
23     build-depends: base, bytestring, pretty, InternalLibrary2