Improve online docs for `includes:` field
[cabal.git] / cabal-testsuite / PackageTests / BuildDeps / InternalLibrary3 / to-install / my.cabal
blob20ad4a28b26d962a4e12b5345a5aeb708e26e2d3
1 name: InternalLibrary3
2 version: 0.2
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     This test is to make sure that the internal library is preferred by ghc to
12     an installed one of the same name but a *newer* version.
14 ---------------------------------------
16 Library
17     exposed-modules: MyLibrary
18     build-depends: base, bytestring, pretty