Skip to content

Commit

Permalink
fix imports and exports
Browse files Browse the repository at this point in the history
  • Loading branch information
lucalabs-de committed Oct 14, 2024
1 parent f5fad79 commit 147458c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ import Language.LSP.Protocol.Types
import Language.LSP.VFS qualified as VFS
import Text.Regex.TDFA
import System.FilePath ((</>))
import Debug.Trace

data Log
= LogModificationTime NormalizedFilePath FileVersion
Expand Down
4 changes: 0 additions & 4 deletions plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Dependencies.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module Ide.Plugin.Cabal.Dependencies (
DependencyInstances(..),
parseDeps,
planJsonPath,
packageRegex
) where

import Distribution.Fields qualified as Syntax
Expand All @@ -17,10 +16,7 @@ import System.FilePath ((</>), (<.>))

import Text.Regex.TDFA ((=~), AllTextMatches (getAllTextMatches), AllMatches(getAllMatches))
import Data.ByteString (ByteString)

import Ide.Plugin.Cabal.Completion.Types
import Debug.Trace
import Data.Tuple.Extra (dupe)

planJsonPath :: FilePath
planJsonPath = "dist-newstyle" </> "cache" </> "plan" <.> "json" -- hard coded for now
Expand Down

0 comments on commit 147458c

Please sign in to comment.