packages feed

hls-refine-imports-plugin-1.0.0.1: test/testdata/A.hs

module A 
  ( module B
  , module C
  ) where

import B
import C