1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

Don’t try to build the bridge.

This commit is contained in:
Rob Rix 2015-12-17 14:43:09 -05:00
parent 86fc332cff
commit 5e1bf1377b

View File

@ -38,11 +38,6 @@ library
default-language: Haskell2010
default-extensions: DeriveFunctor, FlexibleInstances, DeriveFoldable, DeriveTraversable
ghc-options: -Wall -fno-warn-name-shadowing
include-dirs: prototype/External/tree-sitter/include
extra-libraries: runtime
c-sources: src/bridge.c
, prototype/External/tree-sitter-c/src/parser.c
, prototype/External/tree-sitter-javascript/src/parser.c
executable semantic-diff-exe
hs-source-dirs: app