Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

build with cabal and ghc 8.8.4 #4

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

reiddraper
Copy link
Contributor

No description provided.

Reid Draper and others added 4 commits December 1, 2020 14:23
Note: need to probably address this in writeChannelNonblocking, as well.

I don't fully understand what's going on here, but my intuition is that
somehow the combination of `forever` and `writeChannel` wasn't tail
recursive, and so stack space was being built-up. By registering the
writer with the scheduler, and letting the stack unwind (I think...),
this seems to fix the issue.
I couldn't install it with newer GHC, because it defined `fail` for
Monad, which is no longer part of the typeclass
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant