Closed hanjoosten closed 4 years ago
Related to https://github.com/haskell/zlib/issues/35
This looks like a GHC bug to me
On Sun, Sep 20, 2020, 11:50 AM Han Joosten notifications@github.com wrote:
Related to haskell/zlib#35 https://github.com/haskell/zlib/issues/35
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/yesodweb/yesod-scaffold/issues/204#issuecomment-695762122, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAMCB6JT2HXHRUD5ELJQRTSGW63VANCNFSM4RTQOQIA .
Try to use 8.8.4
Wierd. I thought that I tried that one as well, but cannot reproduce this bug. Confusing, but it works for now.
I am trying to build yesod from scratch, using stack. I have a windows machine.
The first attempt was simple:
I expected it to build, but it failed.
There are several issues with windows / ghc 8.8. So I thought to try ghc 8.10. There isn't an LTS yet for 8.10, so I tried to use nightly-2020-09-19 I had to modify stack.yaml:
Now this failed too, with a strange error:
I don't use GitLab, and there is no
C:/GitLabRunner
directory on my machine. Where does this come from?