4 cabal-version: >= 1.7.1
5 author: Stephen Blackheath
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 ---------------------------------------
17 exposed-modules: MyLibrary
18 build-depends: base, bytestring, pretty
22 hs-source-dirs: programs
23 build-depends: base, bytestring, pretty, InternalLibrary2