hdiff
packages
feed
ghc-mod
-5.8.0.0: test/data/template-haskell/Bar.hs
{-# LANGUAGE TemplateHaskell #-} module Bar (bar) where import Foo (foo) bar = $foo ++ "bar"