HairyDude / pdxparse

A parser for scripts used in Paradox Development Studios games, written in Haskell
MIT License
6 stars 7 forks source link

failed to execute build plan while installing #25

Open Anurag-Shah opened 1 year ago

Anurag-Shah commented 1 year ago

I get the following error while installing (on both Windows [through the installer and WSL] and arch linux). I don't use haskell and have no idea what this means, so I apologize if its something dumb on my end :)


       Stack failed to execute the build plan.

       While executing the build plan, Stack encountered the error:

       [S-7011]
       While building package happy-1.19.5 (scroll up to its section to see the error) using:
       C:\Users\anura\AppData\Local\Temp\stack-0a70a421bc8a4f39\happy-1.19.5\.stack-work\dist\b7fec021\setup\setup --verbose=1 --builddir=.stack-work\dist\b7fec021 build --ghc-options ""
       Process exited with code: ExitFailure 1```
grotaclas commented 1 year ago

Have you already tried my fork at https://github.com/grotaclas/pdxparse ? It has all the improvements for eu4 which have been done in the last 3 years. It also has updated dependencies, so maybe they fix your error. If they don't fix it, what is the actual error which you get?

What's your interest with pdxparse? Do you want to contribute to it, or do you just want to run it to generate the wikicode for eu4, hoi4 or another game? If you just want to run it, I can maybe make a compiled release

Anurag-Shah commented 1 year ago

Good call, your fork works! Thanks for letting me know about it.

Not intending to contribute, its a fun project and I love parsers but cba to learn haskell honestly.