packages feed

hls-module-name-plugin-1.0.0.3: test/testdata/subdir/TWrongModuleName.hs

module BadName
  ( x
  )
where

x :: Integer
x = 11