We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6556017 commit 100329eCopy full SHA for 100329e
lsp-types/lsp-types.cabal
@@ -79,6 +79,7 @@ library
79
, exceptions
80
, hashable >=1.3.4.0
81
, indexed-traversable
82
+ , indexed-traversable-instances
83
, lens >=4.15.2
84
, lens-aeson
85
, mod
lsp-types/src/Language/LSP/Protocol/Utils/Misc.hs
@@ -16,6 +16,7 @@ import Data.Aeson
16
import Data.Aeson.Text as Aeson
17
import qualified Data.Foldable as F
18
import qualified Data.Foldable.WithIndex as F
19
+import qualified Data.Functor.WithIndex.Instances ()
20
import Data.List hiding (group)
21
import Data.Maybe (mapMaybe)
22
import Language.Haskell.TH
0 commit comments