1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 18:23:44 +03:00

Update semantic-ast.cabal

This commit is contained in:
Ayman Nadeem 2020-02-04 17:31:48 -05:00
parent fc27cf0dbe
commit 15c91a50f2

View File

@ -55,13 +55,20 @@ library
, aeson ^>= 1.4.2.0
, aeson-pretty ^>= 0.8.8
, bytestring ^>= 0.10.8.2
, containers >= 0.6.0.1
, directory ^>= 1.3.3.2
, filepath ^>= 1.4.1
, fused-effects ^>= 1.0
, tree-sitter ^>= 0.8
, semantic-source ^>= 0.0.2
, template-haskell ^>= 2.15
, bytestring ^>= 0.10.8.2
, optparse-applicative >= 0.14.3 && < 0.16
, pretty-simple ^>= 3.1.0.0
, tree-sitter-python ^>= 0.8.1
, text ^>= 1.2.3.1
, unordered-containers ^>= 0.2.10
hs-source-dirs: src
default-language: Haskell2010