A few commits back we started relying on haskell-language-server from nixpkgs instead of compiling our own. That lead to issues because it was compiled with ghc 9.0.2 and we were building pirouette with ghc 8.10.7; This PR makes pirouette build with ghc 9.0.2;
A few commits back we started relying on
haskell-language-server
fromnixpkgs
instead of compiling our own. That lead to issues because it was compiled with ghc 9.0.2 and we were building pirouette with ghc 8.10.7; This PR makes pirouette build with ghc 9.0.2;