packages feed

hhp-0.0.0: test/data/Bar.hs

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

bar = $foo ++ "bar"