Skip to content

Commit 100329e

Browse files
committed
Fix aeson < 2 compat again
1 parent 6556017 commit 100329e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lsp-types/lsp-types.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ library
7979
, exceptions
8080
, hashable >=1.3.4.0
8181
, indexed-traversable
82+
, indexed-traversable-instances
8283
, lens >=4.15.2
8384
, lens-aeson
8485
, mod

lsp-types/src/Language/LSP/Protocol/Utils/Misc.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import Data.Aeson
1616
import Data.Aeson.Text as Aeson
1717
import qualified Data.Foldable as F
1818
import qualified Data.Foldable.WithIndex as F
19+
import qualified Data.Functor.WithIndex.Instances ()
1920
import Data.List hiding (group)
2021
import Data.Maybe (mapMaybe)
2122
import Language.Haskell.TH

0 commit comments

Comments
 (0)