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 some build-time warnings #64

Closed sergv closed 9 years ago

sergv commented 9 years ago

Remove tabs from Setup.lhs to quiet down ghc 7.10. I also took liberty to remove tabs from cabal file although that didn't make any difference w.r.t. warnings.

Also, DiscreteOrdered Word8 instance wan an orphan for some reason.