mirror of
https://github.com/github/semantic.git
synced 2024-12-28 09:21:35 +03:00
Update semantic-ast.cabal
This commit is contained in:
parent
ad506fc370
commit
f0f88c4e48
@ -46,16 +46,22 @@ library
|
|||||||
-- other-modules:
|
-- other-modules:
|
||||||
-- other-extensions:
|
-- other-extensions:
|
||||||
build-depends: base ^>= 4.13
|
build-depends: base ^>= 4.13
|
||||||
, tree-sitter ^>= 0.8
|
|
||||||
, semantic-source ^>= 0.0.1
|
|
||||||
, tree-sitter-python ^>= 0.8.1
|
|
||||||
, bytestring ^>= 0.10.8.2
|
|
||||||
, optparse-applicative >= 0.14.3 && < 0.16
|
|
||||||
, pretty-simple ^>= 3.1.0.0
|
|
||||||
, aeson ^>= 1.4.2.0
|
, aeson ^>= 1.4.2.0
|
||||||
, text ^>= 1.2.3.1
|
|
||||||
, bytestring ^>= 0.10.8.2
|
|
||||||
, aeson-pretty ^>= 0.8.8
|
, aeson-pretty ^>= 0.8.8
|
||||||
|
, bytestring ^>= 0.10.8.2
|
||||||
|
, tree-sitter ^>= 0.8
|
||||||
|
, semantic-source ^>= 0.0.1
|
||||||
|
, template-haskell ^>= 2.15
|
||||||
|
, tree-sitter-python ^>= 0.8.1
|
||||||
|
, bytestring ^>= 0.10.8.2
|
||||||
|
, optparse-applicative >= 0.14.3 && < 0.16
|
||||||
|
, pretty-simple ^>= 3.1.0.0
|
||||||
|
, text ^>= 1.2.3.1
|
||||||
|
, unordered-containers ^>= 0.2.10
|
||||||
|
, containers >= 0.6.0.1
|
||||||
|
, text ^>= 1.2.3.1
|
||||||
|
, filepath ^>= 1.4.1
|
||||||
|
|
||||||
hs-source-dirs: src
|
hs-source-dirs: src
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
|
||||||
@ -77,5 +83,9 @@ executable semantic-ast
|
|||||||
, bytestring
|
, bytestring
|
||||||
, aeson-pretty
|
, aeson-pretty
|
||||||
, semantic-python
|
, semantic-python
|
||||||
|
, text
|
||||||
|
, unordered-containers
|
||||||
|
, containers
|
||||||
|
, filepath
|
||||||
hs-source-dirs: app
|
hs-source-dirs: app
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
Loading…
Reference in New Issue
Block a user