Closed v0d1ch closed 4 years ago
@v0d1ch Are you running GHC 8.8? It looks like you have an older version of base
.
I’m going to close this out, since the base
version is indeed at fault, but please feel to reopen or file a new bug if you encounter further difficulties.
Yeah my ghc is fixed to 8.6.5 because of work. All good, sorry for the noise.
@v0d1ch If you don’t already, give ghcup
a try! You should be able to switch between GHC versions without a problem.
I do but since there is no real time for personal coding I tend to forget that ghc has more than one version :)
When trying to build freshly cloned repo this is what I get:
I just followed the instructions in the readme. Did a
./script/bootstrap
andcabal v2-build all
and BAM!