packages feed

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

module BadName
  ( x
  )
where

x :: Integer
x = 11