haskell / alex

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

Fix type-signature for AlexAction w/ monad-bytestring #65

Closed hvr closed 9 years ago

hvr commented 9 years ago

I'm not sure why this wasn't noticed before (so maybe this is not a proper fix after all), but w/o it, %wrapper "monad-bytestring" is quite broken...