haskell-distributed / distributed-process

Cloud Haskell core libraries
http://haskell-distributed.github.io
711 stars 96 forks source link

Can’t build with GHC 9.2.5 #373

Closed yobson closed 1 year ago

yobson commented 1 year ago

Doesn’t build with 9.2.5 due to dependency versions

If you create a blank cabal project and add distributed-process as a build demo, it fails due to stm, bytestring, containers and hashable conflicting with base.

any chance the bounds can be changed?

yobson commented 1 year ago

Ah close this. I see that the ghc 9 changes aren’t released on hackage yet :)