Cabal-1.18.0: tests/PackageTests/BuildDeps/InternalLibrary2/my.cabal
name: InternalLibrary2
version: 0.1
license: BSD3
cabal-version: >= 1.7.1
author: Stephen Blackheath
stability: stable
category: PackageTests
build-type: Simple
description:
This test is to make sure that the internal library is preferred by ghc to
an installed one of the same name and version.
---------------------------------------
Library
exposed-modules: MyLibrary
build-depends: base, bytestring, old-time
Executable lemon
main-is: lemon.hs
hs-source-dirs: programs
build-depends: base, bytestring, old-time, InternalLibrary2