packages feed

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

module C
    ( c
    , d
    ) where

c = 'c'
d = 'd'