sqlc-hs-0.2.0.0: test/golden/nested-module/Foo/Bar.hs
module Foo.Bar
( module Foo.Bar.Internal,
module Foo.Bar.Types,
)
where
import Foo.Bar.Internal
import Foo.Bar.Types
module Foo.Bar
( module Foo.Bar.Internal,
module Foo.Bar.Types,
)
where
import Foo.Bar.Internal
import Foo.Bar.Types