8 lines
130 B
Haskell
8 lines
130 B
Haskell
module Flags (hscFlags) where
|
|
|
|
#ifdef THIS_IS_TRUE
|
|
#ifdef THIS_TOO_IS_TRUE
|
|
hscFlags :: String
|
|
hscFlags = "hscFlags"
|
|
#endif
|
|
#endif
|