Add a check of the current behaviour importing duplicates
[cabal.git] / cabal-testsuite / PackageTests / MultiRepl / EnabledSucc / pkg-b / Bar.hs
blobe8d379a620ededf1908bc48061495ad3cf4e1ed1
1 module Bar (foo, bar) where
3 import Foo (foo)
5 bar :: Int
6 bar = 0xdeadc0de