File tree 2 files changed +1
-3
lines changed
ghcide/src/Development/IDE
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ import Ide.Plugin.Config
31
31
import qualified Language.LSP.Protocol.Types as LSP
32
32
import qualified Language.LSP.Server as LSP
33
33
34
- import Control.Concurrent.STM (TQueue )
35
34
import Control.Monad
36
35
import qualified Development.IDE.Core.FileExists as FileExists
37
36
import qualified Development.IDE.Core.OfInterest as OfInterest
Original file line number Diff line number Diff line change 1
- -- Copyright (c) 2019 The DAML Authors. All rights reserved.
1
+ -- Copyright (c) 2019 The DAML Authors. All rights reserved.
2
2
-- SPDX-License-Identifier: Apache-2.0
3
3
4
4
{-# LANGUAGE DuplicateRecordFields #-}
5
5
{-# LANGUAGE GADTs #-}
6
- {-# LANGUAGE NumericUnderscores #-}
7
6
-- WARNING: A copy of DA.Daml.LanguageServer, try to keep them in sync
8
7
-- This version removes the daml: handling
9
8
module Development.IDE.LSP.LanguageServer
You can’t perform that action at this time.
0 commit comments