1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 00:33:59 +03:00
semantic/languages/typescript/typescript.cabal

28 lines
915 B
Plaintext
Raw Normal View History

2017-03-16 00:08:19 +03:00
name: typescript
version: 0.1.0
synopsis: tree-sitter typescript language bindings
description: Please see README.md
homepage: https://github.com/github/semantic-diff#readme
author: semantic-code
maintainer: vera@github.com
copyright: 2017 GitHub
category: Web
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
hs-source-dirs: src
2017-03-16 00:28:48 +03:00
exposed-modules: Text.Parser.TreeSitter.TypeScript
2017-03-16 00:08:19 +03:00
build-depends: base >= 4.7 && < 5
, haskell-tree-sitter
default-language: Haskell2010
c-sources: vendor/tree-sitter-typescript/src/parser.c
2017-03-24 20:13:36 +03:00
, vendor/tree-sitter-typescript/src/scanner.c
2017-03-28 23:25:22 +03:00
cc-options: -std=c99 -Os
2017-03-16 00:08:19 +03:00
source-repository head
type: git
location: https://github.com/github/semantic-diff