JPMoresmau / BuildWrapper

Utility to manage haskell projects for an IDE
Other
36 stars 11 forks source link

Add cases to tokenType for tokens that were introduced in ghc-7.8.1 #46

Closed Oblosys closed 10 years ago

Oblosys commented 10 years ago

Fixes issue #45

Oblosys commented 10 years ago

Hi JP! This should do the job. I diff'ed Lexer.x for ghc-7.6.3 with ghc-7.8.1, and added cases for the new tokens. It works well for my sources. Cheers, Martijn

JPMoresmau commented 10 years ago

Thanks!