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