File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
semantic-json/src/Language/JSON Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 18
18
{-# LANGUAGE UndecidableInstances #-}
19
19
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
20
20
21
- module Language.JSON.AST (module Language.JSON.AST ) where
21
+ module Language.JSON.AST (module Language.JSON.AST , getTestCorpusDir ) where
22
22
23
23
import qualified AST.Parse
24
24
import qualified AST.Token
@@ -33,6 +33,7 @@ import qualified GHC.Base
33
33
import qualified GHC.Generics
34
34
import qualified GHC.Records
35
35
import qualified GHC.Show
36
+ import TreeSitter.JSON (getTestCorpusDir )
36
37
import qualified TreeSitter.Node
37
38
import qualified Prelude as GHC.Classes
38
39
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ packages:
3
3
- github : antitypical/fused-syntax
4
4
commit : " 4a383d57c8fd7592f54a33f43eb9666314a6e80e"
5
5
sha256 : " aa345f8f04a12beaf8f07620467dee06370b72c763cf2d1c60556878b226fafc"
6
+ - Interpolation-0.3.0
6
7
- fused-effects-1.1.0.0
7
8
- fused-effects-exceptions-1.1.0.0
8
9
- fused-effects-readline-0.1.0.0
9
- - semilattices-0.0.0.4
10
10
- haskeline-0.8.0.0
11
- - Interpolation-0.3.0
12
- - tree-sitter-0.9.0.2
13
- - unliftio-core-0.2.0.1
14
11
- lingo-0.5.0.1
15
12
- proto-lens-jsonpb-0.2.0.2
13
+ - semilattices-0.0.0.4
14
+ - tree-sitter-0.9.0.2
15
+ - unliftio-core-0.2.0.1
You can’t perform that action at this time.
0 commit comments