Skip to content
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

maintainance issue w.r.t. STM dependency & GHC version compatibility #348

Open
justchilling opened this issue Mar 1, 2021 · 0 comments
Open

Comments

@justchilling
Copy link

justchilling commented Mar 1, 2021

Software Transactional Memory is part of GHC boot libraries and is shipped together, coupled with the compiler version.
( i.e. I cannot install another version of it, other than what comes with GHC)
https://gitlab.haskell.org/ghc/ghc/-/wikis/commentary/libraries/version-history
https://wiki.haskell.org/Library_submissions#The_Libraries

distributed-process has hard dependency (==) on stm 2.4.* which is only available with GHC 8.4.*
from GHC 8.6 onwards, stm 2.5 is shipped. So now to use distributed-process, I'd have to downgrade my GHC, which is problematic.

rejecting: distributed-process-0.7.4 (conflict:
stm==2.5.0.0/installed-2.5.0.0, distributed-process => stm>=2.4 && <2.5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant