Use -fno-warn-unused-imports instead of hiding `ord`
This is more future proof. Maybe later versions of Alex won't `import Data.Char (ord)` anymore.
Showing
Please register or sign in to comment
This is more future proof. Maybe later versions of Alex won't `import Data.Char (ord)` anymore.