snix/third_party/bazel/rules_haskell/tests/hsc/Bar.hsc

6 lines
128 B
Haskell

module Bar (hscFiredBar) where
#ifndef _INTERNAL_HSC_DO_NOT_DEFINE_ME
hscFiredBar :: String
hscFiredBar = "hscFiredBar"
#endif