File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44module Ide.Plugin.Cabal.Dependencies (dependencyVersionHints , collectPackageDependencyVersions , dependencyVersionLens ) where
55
66import Data.Array ((!) )
7- import Data.ByteString (ByteString , singleton )
7+ import Data.ByteString (ByteString )
88import Data.List
99import qualified Data.Maybe as Maybe
1010import qualified Data.Text as T
Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ codeLensTests = testGroup "Code Lens"
275275 runCabalTestCaseSession " Code Lens Test" " hover" $ do
276276 doc <- openDoc " hover-deps.cabal" " cabal"
277277 lenses <- getCodeLenses doc
278- liftIO $ map (preview $ L. command . _Just . L. title) lenses @?= [Just " Refresh... " ]
278+ liftIO $ map (preview $ L. command . _Just . L. title) lenses @?= [Just " 4.19.2.0 " ]
279279 closeDoc doc
280280 dependencyVersionInlayHints =
281281 runCabalTestCaseSession " InlayHints tests" " hover" $ do
You can’t perform that action at this time.
0 commit comments