Closed chenyulue closed 5 years ago
I am afraid I cannot offer much help here. The error messages indicate that it's an issue with linking the network
library. One possible reason is that the source code was compiled for one library, but then linked with another that happened to come earlier in the path.
I installed the hyper-haskell-server with Haskell-platform-8.6.3 as follows: cabal unpack hyper-haskell-server ——> change the dependencies in the .cabal file ——> cabal build
However, I got the following errors:
My cabal version is 2.4.1.0, ghc 8.6.3.
I think this is probably due to the newest haskell platform I used. But I don't know how to fix it.
Thanks for any help!