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

8 lines
166 B
Haskell

module Foo (hscFiredFoo) where
#if __GLASGOW_HASKELL__ >= 700
#ifndef _INTERNAL_HSC_DO_NOT_DEFINE_ME
hscFiredFoo :: String
hscFiredFoo = "hscFiredFoo"
#endif
#endif