-
Notifications
You must be signed in to change notification settings - Fork 374
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
"stack build yesod-bin" fails on MacOS 11.0 #1693
Comments
stack build yesod-bin
fails on MacOS 11.0
This is unlikely to be an issue with yesod-bin itself, I'd recommend reporting the issue to GHC and see if there are any recommendations upstream. |
@snoyberg Thanks for the quick response. Upon further investigation, it might be an OS version issue. Will keep this issue posted as I gather more information in case it can be helpful to anyone else. |
Got the same problem when installing |
Are there any known workarounds in the mean time? |
I think IHP is having the same issues: There is a workaround in the link above, but I haven't tested it myself. Waiting for an official fix. |
Workaround involves pulling IHP repo, which doesn't help Yesod. |
Thanks for the comments. I've added comments to the gitlab issue that was mentioned above. For a beginner developer like myself, this issue completely prevents me from using Yesod on OSX: The easiest solution I have seen involves monkey-patching Yekyll, which I don't know how to do. I'll update if I find an easier solution. If there's any other workaround you have found, it would be amazing to mention. Thanks! |
any help? I face with the same problem. |
try |
Thanks, this worked for me. |
stack build yesod-bin
fails on MacOS 11.0stack
,yesod
ghc
):stack
:Version 2.3.3, Git revision cb44d51bed48b723a5deb08c3348c0b3ccfc437e x86_64 hpack-0.33.0
yesod
: Not installingghc
:The Glorious Glasgow Haskell Compilation System, version 8.8.4
yesod-bin
right now.Output: https://gist.github.com/enaluz/0e19aefa37ca1b787674ae438db312d7
Also, is there anything custom or unusual about your setup? i.e. new or prerelease versions of GHC, stack, etc: Running Big Sur Beta.
Finally, if possible, please reproduce the error in a small script, or if necessary create a new Github repo with the smallest possible reproducing case. Stack's scripting support might be useful for creating your reproduction example:
Here is what happened when I ran
stack build yesod-bin
The text was updated successfully, but these errors were encountered: