5 author: Stephen Blackheath
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
15 ---------------------------------------
18 exposed-modules: MyLibrary
19 build-depends: base, bytestring, pretty
23 hs-source-dirs: programs
24 build-depends: base, bytestring, pretty, InternalLibrary0