packages feed

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

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

bar = $foo ++ "bar"