packages feed

module-management-0.20.2: testdata/merge4/In2.hs

module In2
    ( b
    , module In1
    ) where

import In1 as Foo

b = 2 + Foo.a