mirror of
https://github.com/github/semantic.git
synced 2024-11-27 12:57:49 +03:00
change all semantic-LANG cabal files to depend on semantic-codegen instead of semantic-ast
This commit is contained in:
parent
a6cbd07c4c
commit
9c31c3fcf8
@ -24,7 +24,7 @@ common haskell
|
|||||||
, fused-effects ^>= 1.0
|
, fused-effects ^>= 1.0
|
||||||
, fused-syntax
|
, fused-syntax
|
||||||
, parsers ^>= 0.12.10
|
, parsers ^>= 0.12.10
|
||||||
, semantic-ast
|
, semantic-codegen
|
||||||
, semantic-core ^>= 0.0
|
, semantic-core ^>= 0.0
|
||||||
, semantic-source ^>= 0.0.2
|
, semantic-source ^>= 0.0.2
|
||||||
, semantic-tags ^>= 0.0
|
, semantic-tags ^>= 0.0
|
||||||
|
@ -27,7 +27,7 @@ library
|
|||||||
build-depends:
|
build-depends:
|
||||||
base >= 4.13 && < 5
|
base >= 4.13 && < 5
|
||||||
, fused-effects ^>= 1.0
|
, fused-effects ^>= 1.0
|
||||||
, semantic-ast
|
, semantic-codegen
|
||||||
, semantic-source ^>= 0.0.2
|
, semantic-source ^>= 0.0.2
|
||||||
, semantic-tags ^>= 0.0
|
, semantic-tags ^>= 0.0
|
||||||
, template-haskell ^>= 2.15
|
, template-haskell ^>= 2.15
|
||||||
|
@ -25,7 +25,7 @@ library
|
|||||||
Language.JSON.Grammar
|
Language.JSON.Grammar
|
||||||
build-depends:
|
build-depends:
|
||||||
base >= 4.13 && < 5
|
base >= 4.13 && < 5
|
||||||
, semantic-ast
|
, semantic-codegen
|
||||||
, semantic-tags ^>= 0.0
|
, semantic-tags ^>= 0.0
|
||||||
, template-haskell ^>= 2.15
|
, template-haskell ^>= 2.15
|
||||||
, tree-sitter ^>= 0.8
|
, tree-sitter ^>= 0.8
|
||||||
|
@ -83,7 +83,7 @@ test-suite compiling
|
|||||||
, process ^>= 1.6.5
|
, process ^>= 1.6.5
|
||||||
, resourcet ^>= 1.2.2
|
, resourcet ^>= 1.2.2
|
||||||
, semantic-analysis ^>= 0
|
, semantic-analysis ^>= 0
|
||||||
, semantic-ast
|
, semantic-codegen
|
||||||
, streaming ^>= 0.2.2
|
, streaming ^>= 0.2.2
|
||||||
, streaming-process ^>= 0.1
|
, streaming-process ^>= 0.1
|
||||||
, streaming-bytestring ^>= 0.1.6
|
, streaming-bytestring ^>= 0.1.6
|
||||||
|
@ -24,7 +24,7 @@ common haskell
|
|||||||
, fused-effects ^>= 1.0
|
, fused-effects ^>= 1.0
|
||||||
, fused-syntax
|
, fused-syntax
|
||||||
, parsers ^>= 0.12.10
|
, parsers ^>= 0.12.10
|
||||||
, semantic-ast
|
, semantic-codegen
|
||||||
, semantic-core ^>= 0.0
|
, semantic-core ^>= 0.0
|
||||||
, semantic-source ^>= 0.0.2
|
, semantic-source ^>= 0.0.2
|
||||||
, semantic-tags ^>= 0.0
|
, semantic-tags ^>= 0.0
|
||||||
|
@ -24,7 +24,7 @@ common haskell
|
|||||||
, fused-effects ^>= 1.0
|
, fused-effects ^>= 1.0
|
||||||
, fused-syntax
|
, fused-syntax
|
||||||
, parsers ^>= 0.12.10
|
, parsers ^>= 0.12.10
|
||||||
, semantic-ast
|
, semantic-codegen
|
||||||
, semantic-core ^>= 0.0
|
, semantic-core ^>= 0.0
|
||||||
, semantic-source ^>= 0.0.2
|
, semantic-source ^>= 0.0.2
|
||||||
, semantic-tags ^>= 0.0
|
, semantic-tags ^>= 0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user