* Bug discovered trying to patch a package that uses `alex`: https://github.com/typelead/eta-hackage/pull/149 * `eta` needs a custom version of `alex` that doesn't add c headers when generate the `.hs` file from the template `.x` * so there is a [patched version in eta-hackage](https://github.com/typelead/eta-hackage/blob/ff56830770fa15ca828579e4a3b25dd25cd98b5c/patches/alex-3.2.4.patch) suitable for eta * if you have for any reason `alex` in the global path etlas picks up it although it drives to compilation errors * the workaround is set the appropiate alex in etlas global config or as cli param `--with-alex path`