packages feed

ghc-mod-5.3.0.0: test/data/template-haskell/Bar.hs

{-# LANGUAGE TemplateHaskell #-}
module Bar (bar) where
import Foo (foo)

bar = $foo ++ "bar"