1 2 3 4 5 6
module Bar.Baz (hscFiredBaz) where #ifndef _INTERNAL_HSC_DO_NOT_DEFINE_ME hscFiredBaz :: String hscFiredBaz = "hscFiredBaz" #endif