You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 20, 2024. It is now read-only.
I'm using current latest commit (e930b2f) and 2nd method (Cabal+Nix build)
After getting into development environment with nix-shell command, I can use cabal build to build the project successfully. However haskell-language-server returns error:
I'm using current latest commit (e930b2f) and 2nd method (Cabal+Nix build)
After getting into development environment with
nix-shell
command, I can usecabal build
to build the project successfully. Howeverhaskell-language-server
returns error:I've tried to update
validateGuess
to just returnTrue
:and now it yields different error:
I've also tried adding
{-# INLINABLE ... #-}
to bothgameInstance
andvalidateGuess
but still getting the same error.Is there any additional setup need to be done for HLS to work?
Thank you!
The text was updated successfully, but these errors were encountered: