Closed Boring545 closed 2 months ago
I tried version: starting with 1.20.1, 1.21.0, and they all failed during the process. Finally, I tried 1.19.12, 1.20.1.1, and the build was successful.
Indeed, 1.20.1.1 should work. 1.21.0 and 1.20.1 were deprecated for the very reason that they can't be built.
@Boring545 is there anything left to do here? Perhaps adding documentation somewhere? Where?
I see that you were using wget
to download the tarball. Why not cabal get happy
? That would have automatically downloaded the correct version.
Closing, because there is a happy
release (1.20.1.1) that works.
Here's the process I followed to build happy, ending with the reported error:
Attempt to build happy, resulting in the following error:
Additionally, I successfully built Alex using a nearly identical approach.Is there an issue with my build method?