-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Problem: I forgot some paths in Cabal for OCaml and PHP. Solution: Fix their paths to the updated ones.
- Loading branch information
1 parent
b07bd87
commit f91a08f
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,8 @@ maintainer: [email protected] | |
copyright: 2020 GitHub, Anton Kochkov | ||
category: Tree-sitter, OCaml | ||
build-type: Simple | ||
data-files: vendor/tree-sitter-ocaml/src/node-types.json | ||
, vendor/tree-sitter-ocaml/corpus/*.txt | ||
data-files: vendor/tree-sitter-ocaml/grammars/ocaml/src/node-types.json | ||
, vendor/tree-sitter-ocaml/grammars/ocaml/test/corpus/*.txt | ||
extra-source-files: ChangeLog.md | ||
|
||
common common | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ maintainer: [email protected] | |
copyright: 2019 GitHub | ||
category: Tree-sitter, PHP | ||
build-type: Simple | ||
data-files: vendor/tree-sitter-php/src/node-types.json | ||
data-files: vendor/tree-sitter-php/php/src/node-types.json | ||
extra-source-files: ChangeLog.md | ||
|
||
common common | ||
|