packages feed

ghc-mod-1.12.4: test/data/Baz.hs

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

baz = [fooQ| foo bar baz |]