1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 01:47:01 +03:00
semantic/semantic-ast/semantic-ast.cabal

35 lines
949 B
Plaintext
Raw Normal View History

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
-- copyright:
category: Language
extra-source-files: CHANGELOG.md
library
-- exposed-modules:
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.12.0.0
2019-10-01 22:37:50 +03:00
, tree-sitter ^>= 0.4
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-09-10 22:12:41 +03:00
build-depends: base ^>=4.12.0.0, semantic-ast
2019-09-10 21:07:58 +03:00
hs-source-dirs: src
default-language: Haskell2010