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

27 lines
880 B
Plaintext
Raw Normal View History

2017-01-31 01:00:38 +03:00
name: ruby
version: 0.1.0
synopsis: tree-sitter ruby language bindings
description: Please see README.md
homepage: https://github.com/github/semantic-diff#readme
author: semantic-code
maintainer: tclem@github.com
copyright: 2017 GitHub
category: Web
2017-02-02 21:59:39 +03:00
build-type: Simple
2017-01-31 01:00:38 +03:00
-- extra-source-files:
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Text.Parser.TreeSitter.Ruby
build-depends: base >= 4.7 && < 5
, haskell-tree-sitter
default-language: Haskell2010
c-sources: vendor/tree-sitter-ruby/src/parser.c
2017-02-02 22:00:06 +03:00
, vendor/tree-sitter-ruby/src/scanner.cc
extra-libraries: stdc++
2017-01-31 01:00:38 +03:00
source-repository head
type: git
location: https://github.com/github/semantic-diff