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 build on my machine #169

Closed Ericson2314 closed 3 years ago

Ericson2314 commented 3 years ago

On the other hand:

  1. https://travis-ci.org/github/simonmar/alex/builds/683391951 succeed
  2. https://travis-ci.org/github/simonmar/alex/builds/749358882 failed

and yet these are the same commit, but months apart, so I think whatever issues remain might not be my fault.

Ericson2314 commented 3 years ago

Based on that failure being exogenous, and this fixing the build on my machine, I'll merge so it's at least an improvement.