1
1
mirror of https://github.com/github/semantic.git synced 2024-12-25 07:55:12 +03:00

Get the tree-sitter-ruby package from the submodule.

This commit is contained in:
Rob Rix 2017-08-11 08:35:29 -04:00
parent b6075642d7
commit b9e75cb59f
4 changed files with 1 additions and 38 deletions

View File

@ -1,2 +0,0 @@
import Distribution.Simple
main = defaultMain

View File

@ -1,27 +0,0 @@
name: tree-sitter-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
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: TreeSitter.Ruby
build-depends: base >= 4.7 && < 5
, haskell-tree-sitter
default-language: Haskell2010
default-extensions: FlexibleInstances, OverloadedStrings, NoImplicitPrelude, RecordWildCards
c-sources: vendor/tree-sitter-ruby/src/parser.c
, vendor/tree-sitter-ruby/src/scanner.cc
extra-libraries: stdc++
source-repository head
type: git
location: https://github.com/github/semantic-diff

View File

@ -1,8 +0,0 @@
module TreeSitter.Ruby
( tree_sitter_ruby
) where
import Foreign.Ptr
import TreeSitter.Language
foreign import ccall unsafe "vendor/tree-sitter-ruby/src/parser.c tree_sitter_ruby" tree_sitter_ruby :: Ptr Language

@ -1 +1 @@
Subproject commit 0fca7f41c7fdb44ca7fdecb9a94434e429b4843f
Subproject commit 88d26c713c2ba64d20bd3b071fe2c7088f4b3ed8