Haskell language server correctly suggest the following change ```haskell import Servant.API ``` to ```haskell import Servant.API (type (:<|>)(..), Capture, JSON) ``` Which compiles fine. But Haskell language server reports it as a parse error.