5 author: Stephen Blackheath
7 synopsis: Same dependencies all round
12 Check for the "old build-dep behaviour" namely that we get the same
13 package dependencies on all build targets, even if different ones
14 were specified for different targets
16 Here all .hs files use the three packages mentioned, so this shows
17 that build-depends is not target-specific. This is the behaviour
18 we want when cabal-version contains versions less than 1.7.
20 ---------------------------------------
23 exposed-modules: MyLibrary
24 build-depends: base, bytestring