snix/third_party/bazel/rules_haskell/tests/library-with-sysincludes/TH.hs

9 lines
134 B
Haskell

{-# LANGUAGE TemplateHaskell #-}
module TH (foo) where
import IntLib (crc)
import Language.Haskell.TH
foo :: Q Exp
foo = [| crc |]