packages feed

module-management-0.20.2: testdata/split5/B.hs

module B
    ( a
    , b
    ) where

a = 'a'
b = 'b'