2019-09-10 21:07:58 +03:00
|
|
|
cabal-version: 2.4
|
|
|
|
-- Initial package description 'semantic-ast.cabal' generated by 'cabal
|
|
|
|
-- init'. For further documentation, see
|
|
|
|
-- http://haskell.org/cabal/users-guide/
|
|
|
|
|
|
|
|
name: semantic-ast
|
|
|
|
version: 0.1.0.0
|
|
|
|
-- synopsis:
|
|
|
|
-- description:
|
|
|
|
-- bug-reports:
|
|
|
|
license: MIT
|
|
|
|
license-file: LICENSE
|
|
|
|
author: The Semantic Authors
|
|
|
|
maintainer: opensource+semantic@github.com
|
2019-10-16 21:02:04 +03:00
|
|
|
copyright: (c) 2019 GitHub, Inc.
|
2019-09-10 21:07:58 +03:00
|
|
|
category: Language
|
|
|
|
extra-source-files: CHANGELOG.md
|
|
|
|
|
|
|
|
library
|
2019-10-10 22:00:19 +03:00
|
|
|
exposed-modules:
|
2019-09-10 21:07:58 +03:00
|
|
|
-- other-modules:
|
|
|
|
-- other-extensions:
|
|
|
|
build-depends: base ^>=4.12.0.0
|
2019-10-16 00:19:21 +03:00
|
|
|
, tree-sitter ^>= 0.5
|
2019-10-01 22:37:56 +03:00
|
|
|
, semantic-source ^>= 0.0
|
2019-10-16 21:03:13 +03:00
|
|
|
, tree-sitter-python ^>= 0.6
|
2019-10-16 21:07:12 +03:00
|
|
|
, bytestring ^>= 0.10.8.2
|
2019-10-02 21:34:41 +03:00
|
|
|
, optparse-applicative ^>= 0.14.3.0
|
2019-09-10 21:07:58 +03:00
|
|
|
hs-source-dirs: src
|
|
|
|
default-language: Haskell2010
|
|
|
|
|
|
|
|
executable semantic-ast
|
|
|
|
main-is: Main.hs
|
|
|
|
-- other-modules:
|
|
|
|
-- other-extensions:
|
2019-10-10 22:00:19 +03:00
|
|
|
build-depends: base ^>=4.12.0.0
|
|
|
|
, semantic-ast
|
2019-10-16 00:19:21 +03:00
|
|
|
, tree-sitter ^>= 0.5
|
2019-10-10 22:00:19 +03:00
|
|
|
, semantic-source ^>= 0.0
|
2019-10-16 21:03:13 +03:00
|
|
|
, tree-sitter-python ^>= 0.6
|
2019-10-16 21:07:12 +03:00
|
|
|
, bytestring ^>= 0.10.8.2
|
2019-10-10 22:00:19 +03:00
|
|
|
, optparse-applicative ^>= 0.14.3.0
|
2019-09-10 21:07:58 +03:00
|
|
|
hs-source-dirs: src
|
|
|
|
default-language: Haskell2010
|