packages feed

ghc-mod-1.12.2: test/data/Foo.hs

module Foo (foo) where
import Language.Haskell.TH

foo :: ExpQ
foo = stringE "foo"