packages feed

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

module F (module F, module G) where

import G

f1 :: String 
f1 = "f1"