mirror of
https://github.com/github/semantic.git
synced 2024-11-24 00:42:33 +03:00
Move TreeSitter into the library.
This commit is contained in:
parent
c2e0f9d297
commit
96f189719a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user