With the hint in https://github.com/simonmar/happy/issues/173#issuecomment-778661448, the `--glr` mode can be tested again. - [x] Fix generated `Makefile` to drop `happy` options `--ghc --coerce` when `--glr` is used. - [x] Add imports needed by GLR-specific code to generated parser `Test`.
With the hint in haskell/happy#173 (comment), the
--glrmode can be tested again.Makefileto drophappyoptions--ghc --coercewhen--glris used.Test.