-
Notifications
You must be signed in to change notification settings - Fork 729
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Build] Stack build error #742
Comments
I had the same problem, it seems some of the recent commits to this project caused this problem, you must download the last stable version from releases (v0.2.0.0) if you want to work with this project. |
cc @patapizza - I'm guessing you may be able to work out where the problem is most quickly |
Thanks @abolfazlakbary, I installed with A new error is found when I execute a binary. Did you not encounter this kind of error?
|
Actually @hyunsooda , i had the same error . if your operating system is linux, you must edit a file in project_dir/exe/ExampleMain.hs. search for a function called loadTZs, and as you can see two variables are defined, defaultPath and fallbackPath. I solved the issue by giving both variables this value: "/usr/share/zoneinfo/". |
@abolfazlakbary Thank you for your support. I used your guidance to make adjustments and recompiled the project. However, I encountered an |
I installed the required packages through
sudo apt-get install libpcre3 libpcre3-dev
before the build. Once installed,stack build
displays compile error without helpful failure information. Anybody can help?OS:
Ubuntu 24.04 LTS x86_64
The text was updated successfully, but these errors were encountered: