From d05e6227683a17cc181154cf8ea4c01e40e745c3 Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Thu, 17 Dec 2015 13:09:05 -0500 Subject: [PATCH] =?UTF-8?q?Look=20for=20headers=20in=20tree-sitter?= =?UTF-8?q?=E2=80=99s=20include=20dir.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- semantic-diff.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/semantic-diff.cabal b/semantic-diff.cabal index fbdd9c52e..9cde3b214 100644 --- a/semantic-diff.cabal +++ b/semantic-diff.cabal @@ -38,6 +38,7 @@ library default-language: Haskell2010 default-extensions: DeriveFunctor, FlexibleInstances, DeriveFoldable, DeriveTraversable ghc-options: -Wall -fno-warn-name-shadowing + include-dirs: prototype/External/tree-sitter/include executable semantic-diff-exe hs-source-dirs: app