Skip to content

Commit a999078

Browse files
author
Patrick Thomson
committed
regenerate file
1 parent 60a65b1 commit a999078

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

semantic-json/src/Language/JSON/AST.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{-# LANGUAGE UndecidableInstances #-}
1919
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
2020

21-
module Language.JSON.AST (module Language.JSON.AST) where
21+
module Language.JSON.AST (module Language.JSON.AST, getTestCorpusDir) where
2222

2323
import qualified AST.Parse
2424
import qualified AST.Token
@@ -33,6 +33,7 @@ import qualified GHC.Base
3333
import qualified GHC.Generics
3434
import qualified GHC.Records
3535
import qualified GHC.Show
36+
import TreeSitter.JSON (getTestCorpusDir)
3637
import qualified TreeSitter.Node
3738
import qualified Prelude as GHC.Classes
3839

stack-snapshot.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ packages:
33
- github: antitypical/fused-syntax
44
commit: "4a383d57c8fd7592f54a33f43eb9666314a6e80e"
55
sha256: "aa345f8f04a12beaf8f07620467dee06370b72c763cf2d1c60556878b226fafc"
6+
- Interpolation-0.3.0
67
- fused-effects-1.1.0.0
78
- fused-effects-exceptions-1.1.0.0
89
- fused-effects-readline-0.1.0.0
9-
- semilattices-0.0.0.4
1010
- haskeline-0.8.0.0
11-
- Interpolation-0.3.0
12-
- tree-sitter-0.9.0.2
13-
- unliftio-core-0.2.0.1
1411
- lingo-0.5.0.1
1512
- 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

0 commit comments

Comments
 (0)