module Foo.Bar (bar, jar, jee) where import Foo.Boz bar = "u" bar' = "d" jam = "c" jar = "xyzw" jee = "abcde"