bjpop / language-python

A parser for Python 2.x and 3.x written in Haskell
157 stars 46 forks source link

Long compilation times with GHC 8.0 - 8.4 #69

Open andreasabel opened 2 years ago

andreasabel commented 2 years ago

Compilation of module Language.Python.Version3.Parser.Parser (generated by happy-1.20) takes 15 min with GHC 8.0 - 8.4 (on a 2016 macbook pro). This is not a problem with GHC 7.10 or GHC >= 8.6.

See also CI run at: https://github.com/andreasabel/language-python/runs/4725390121?check_suite_focus=true