Closed jwaldmann closed 4 years ago
I added some instructions related to building and installing the project in a new branch, see [1].
I created a fork of distributed-process (just a small change) which lets us use Cloud Haskell and newer GHC Versions. I tested it with 8.8.3 and 8.2.2. Does it work for you in the new branch?
[1] https://github.com/jgotoh/distributed-frp-dunai/tree/1_install_info
yes, that works.Thanks! I tested with ghc-8.8.3. I do need --allow-newer
. Else,
cabal install
...
[__5] rejecting: distributed-process-extras-0.3.5 (conflict:
hashable==1.3.0.0, distributed-process-extras => hashable>=1.2.0.5 && <1.3)
And cabal test --allow-newer
also works with ghc-8.10.1
And
cabal test --allow-newer
also works with ghc-8.10.1
Thanks, good to know. Somehow I can't install ghc 8.10 on my machine.
I added a note to the README regarding --allow-newer
.
SDL2_gfx-devel
(cabal-install will warn about that)cabal test --allow-newer
:with ghc-8.8:
with ghc-8.6: