File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
plugins/hls-cabal-plugin/src/Ide/Plugin Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,6 @@ import Language.LSP.Protocol.Types
80
80
import Language.LSP.VFS qualified as VFS
81
81
import Text.Regex.TDFA
82
82
import System.FilePath ((</>) )
83
- import Debug.Trace
84
83
85
84
data Log
86
85
= LogModificationTime NormalizedFilePath FileVersion
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ module Ide.Plugin.Cabal.Dependencies (
5
5
DependencyInstances (.. ),
6
6
parseDeps ,
7
7
planJsonPath ,
8
- packageRegex
9
8
) where
10
9
11
10
import Distribution.Fields qualified as Syntax
@@ -17,10 +16,7 @@ import System.FilePath ((</>), (<.>))
17
16
18
17
import Text.Regex.TDFA ((=~) , AllTextMatches (getAllTextMatches ), AllMatches (getAllMatches ))
19
18
import Data.ByteString (ByteString )
20
-
21
19
import Ide.Plugin.Cabal.Completion.Types
22
- import Debug.Trace
23
- import Data.Tuple.Extra (dupe )
24
20
25
21
planJsonPath :: FilePath
26
22
planJsonPath = " dist-newstyle" </> " cache" </> " plan" <.> " json" -- hard coded for now
You can’t perform that action at this time.
0 commit comments