haskell / alex

A lexical analyser generator for Haskell
https://hackage.haskell.org/package/alex
BSD 3-Clause "New" or "Revised" License
298 stars 82 forks source link

Added `{-# OPTIONS_GHC -w #-}` for tools like ghc-mod #50

Closed chamini2 closed 9 years ago

chamini2 commented 10 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)

chamini2 commented 10 years ago

The commit says {-# OPTION_GHC -w #-} but is actually {-# OPTIONS_GHC -w #-}

chamini2 commented 9 years ago

Opened new pull request in #55