5 author: Stephen Blackheath
11 Check for the new (in >= 1.7.1) ability to allow executables to refer to
12 the library defined in the same module.
14 ---------------------------------------
17 exposed-modules: MyLibrary
18 build-depends: base, bytestring, pretty
22 hs-source-dirs: programs
23 build-depends: base, bytestring, pretty, InternalLibrary1