Add a check of the current behaviour importing duplicates
[cabal.git] / cabal-testsuite / PackageTests / MultiRepl / KeepTempFiles / pkg-b / Bar.hs
blob114eedd930663d69295cc1a0888d8785ff1c63a5
1 module Bar (foo, bar) where
3 import Foo (foo)
5 bar :: String
6 bar = "foo is " <> show foo