Closed chamini2 closed 9 years ago
Added {-# OPTION_GHC -w #-} for tools like ghc-mod reporting hundreds of errors in the alex-generated file. (also, my editor removes trailing whitespace: the real changes are in optsToInject)
{-# OPTION_GHC -w #-}
optsToInject
The commit says {-# OPTION_GHC -w #-} but is actually {-# OPTIONS_GHC -w #-}
{-# OPTIONS_GHC -w #-}
Opened new pull request in #55
Added
{-# OPTION_GHC -w #-}
for tools like ghc-mod reporting hundreds of errors in the alex-generated file. (also, my editor removes trailing whitespace: the real changes are inoptsToInject
)