{-# LANGUAGE TemplateHaskell #-} module M(f) where import HsDep return hsDep f :: IO () f = return ()