Open bramvdbogaerde opened 1 month ago
For an unclear reason the reported Haskell version in the __GLASGOW_HASKELL__
macro is redefined as GHC version 7.9 in Parser.y
for both parsers. This causes a missing type conversion from a Int32# to an Int#.
I got the following error while trying to build the
language-python
package:which has started to happen as of today right after the release of a new version of the
happy
parser generator. I am not sure if this is an intented breaking change from the developers ofhappy
or that this is a bug. Nonetheless, I suggest to limit the version ofhappy
<2 so that the new version is not used when buildinglanguage-python
.Build environment
9.6.6
3.10.3.0
2024-09-20T11:02:23Z
Steps to reproduce
cabal.project
:testproject.cabal
:Run:
cabal build
to observe the error.