Closed khrynczenko closed 2 years ago
Hi @khrynczenko 👋🏻
This is an issue with cabal-install
. See a similar issue in policeman
for more context:
The problem is fixed in the latest cabal-install
. So you should be able to build Summoner using cabal-install-3.6.2.0
.
Thanks for the response, good to know :)
Hello, I encounter the following problem when building summoner 2.0.1.1 from sources.
I simply did the following as in the instructions:
Below is the failure message.
Unfortunately, I am not familiar with Haskell build process and I am not sure how this
Paths_summoner.hs
file is generated. I would appreciate any help. Something tells me I am doing some obvious mistake.I used the following ghc and cabal versions.
Btw. I can build the project using
stack
just fine.