Closed larsr closed 1 week ago
Seems to be a dupe of #144
if it is fixed why there is no release? because nixpkgs release 21.05 has this bug
Also just ran across this issue.
Since I'm using Nix, my workaround was to first generate a nix file for core library,
cabal2nix https://github.com/brendanhay/gogol --subpath core
and then for the specific API I'm using
cabal2nix https://github.com/brendanhay/gogol --subpath gogol-shopping-content
Gogol compiles with GHC 9.6 and LTS 22.27. Closing
When using versions of servant higher than 0.16.2 I get the following error when I compile
The reason is that
Servant.Utils.Links
is not available inservant-0.17.0
and above. I got it to compile by putting this intostack.yaml