packages feed

hhp-0.0.0: test/data/Baz.hs

{-# LANGUAGE QuasiQuotes #-}
module Baz (baz) where
import Foo (fooQ)

baz = [fooQ| foo bar baz |]