1
1
mirror of https://github.com/github/semantic.git synced 2024-11-23 16:37:50 +03:00

Move TreeSitter into the library.

This commit is contained in:
Rob Rix 2015-12-17 12:54:27 -05:00
parent c2e0f9d297
commit 96f189719a
2 changed files with 3 additions and 4 deletions

View File

@ -27,6 +27,7 @@ library
, Split
, Unified
, Parser
, TreeSitter
build-depends: base >= 4.8 && < 5
, containers
, free
@ -41,8 +42,7 @@ library
executable semantic-diff-exe
hs-source-dirs: app
main-is: Main.hs
other-modules: TreeSitter
, Parsers
other-modules: Parsers
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends: base
, containers
@ -59,8 +59,7 @@ executable semantic-diff-exe
executable semantic-diff-profile
hs-source-dirs: app
main-is: Main.hs
other-modules: TreeSitter
, Parsers
other-modules: Parsers
ghc-options: -O2
-threaded
-fprof-auto