Skip to content

Commit

Permalink
Put the changelog file in the correct cabal stanza
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleidukos committed Jul 8, 2024
1 parent 7985506 commit 2b8fab7
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion tree-sitter-c-sharp/tree-sitter-c-sharp.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Tree-sitter, CSharp, C#
build-type: Simple
data-files: vendor/tree-sitter-c-sharp/src/node-types.json
, vendor/tree-sitter-c-sharp/test/corpus/*.txt
extra-source-files: ChangeLog.md
extra-doc-files: ChangeLog.md

common common
default-language: Haskell2010
Expand Down
2 changes: 1 addition & 1 deletion tree-sitter-go/tree-sitter-go.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Tree-sitter, Go
build-type: Simple
data-files: vendor/tree-sitter-go/src/node-types.json
, vendor/tree-sitter-go/test/corpus/*.txt
extra-source-files: ChangeLog.md
extra-doc-files: ChangeLog.md

common common
default-language: Haskell2010
Expand Down
2 changes: 1 addition & 1 deletion tree-sitter-haskell/tree-sitter-haskell.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ maintainer: [email protected]
copyright: 2019 GitHub
category: Tree-sitter, Haskell
build-type: Simple
extra-source-files: ChangeLog.md
extra-doc-files: ChangeLog.md

common common
default-language: Haskell2010
Expand Down
2 changes: 1 addition & 1 deletion tree-sitter-java/tree-sitter-java.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Tree-sitter, Java
build-type: Simple
data-files: vendor/tree-sitter-java/src/node-types.json
, vendor/tree-sitter-java/test/corpus/*.txt
extra-source-files: ChangeLog.md
extra-doc-files: ChangeLog.md

common common
default-language: Haskell2010
Expand Down
2 changes: 1 addition & 1 deletion tree-sitter-json/tree-sitter-json.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Tree-sitter, JSON
build-type: Simple
data-files: vendor/tree-sitter-json/src/node-types.json
, vendor/tree-sitter-json/test/corpus/*.txt
extra-source-files: ChangeLog.md
extra-doc-files: ChangeLog.md

common common
default-language: Haskell2010
Expand Down
2 changes: 1 addition & 1 deletion tree-sitter-nix/tree-sitter-nix.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ library tree-sitter-nix-internal
import: common
exposed-modules: TreeSitter.Nix.Internal
hs-source-dirs: internal
build-depends: base
build-depends: base >= 4.7 && < 5
, tree-sitter
Include-dirs: vendor/tree-sitter-nix/src
c-sources: vendor/tree-sitter-nix/src/parser.c
Expand Down
2 changes: 1 addition & 1 deletion tree-sitter-ocaml/tree-sitter-ocaml.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ category: Tree-sitter, OCaml
build-type: Simple
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
extra-doc-files: ChangeLog.md

common common
default-language: Haskell2010
Expand Down
2 changes: 1 addition & 1 deletion tree-sitter-php/tree-sitter-php.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ copyright: 2019 GitHub
category: Tree-sitter, PHP
build-type: Simple
data-files: vendor/tree-sitter-php/php/src/node-types.json
extra-source-files: ChangeLog.md
extra-doc-files: ChangeLog.md

common common
default-language: Haskell2010
Expand Down
2 changes: 1 addition & 1 deletion tree-sitter-python/tree-sitter-python.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Tree-sitter, Python
build-type: Simple
data-files: vendor/tree-sitter-python/src/node-types.json
, vendor/tree-sitter-python/test/corpus/*.txt
extra-source-files: ChangeLog.md
extra-doc-files: ChangeLog.md

common common
default-language: Haskell2010
Expand Down
2 changes: 1 addition & 1 deletion tree-sitter-ql/tree-sitter-ql.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Tree-sitter, QL
build-type: Simple
data-files: vendor/tree-sitter-ql/src/node-types.json
, vendor/tree-sitter-ql/test/corpus/*.txt
extra-source-files: ChangeLog.md
extra-doc-files: ChangeLog.md

common common
default-language: Haskell2010
Expand Down
2 changes: 1 addition & 1 deletion tree-sitter-ruby/tree-sitter-ruby.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Tree-sitter, Ruby
build-type: Simple
data-files: vendor/tree-sitter-ruby/src/node-types.json
, vendor/tree-sitter-ruby/test/corpus/*.txt
extra-source-files: ChangeLog.md
extra-doc-files: ChangeLog.md

common common
default-language: Haskell2010
Expand Down
2 changes: 1 addition & 1 deletion tree-sitter-rust/tree-sitter-rust.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ category: Tree-sitter, Rust
build-type: Simple
data-files: vendor/tree-sitter-rust/src/node-types.json
, vendor/tree-sitter-rust/test/corpus/*.txt
extra-source-files: ChangeLog.md
extra-doc-files: ChangeLog.md

common common
default-language: Haskell2010
Expand Down
2 changes: 1 addition & 1 deletion tree-sitter-tsx/tree-sitter-tsx.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Tree-sitter, TypeScript
build-type: Simple
data-files: vendor/tree-sitter-typescript/tsx/src/node-types.json
, vendor/tree-sitter-typescript/test/corpus/*.txt
extra-source-files: ChangeLog.md
extra-doc-files: ChangeLog.md

common common
default-language: Haskell2010
Expand Down
2 changes: 1 addition & 1 deletion tree-sitter-typescript/tree-sitter-typescript.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Tree-sitter, TypeScript
build-type: Simple
data-files: vendor/tree-sitter-typescript/typescript/src/node-types.json
, vendor/tree-sitter-typescript/test/corpus/*.txt
extra-source-files: ChangeLog.md
extra-doc-files: ChangeLog.md

common common
default-language: Haskell2010
Expand Down
7 changes: 4 additions & 3 deletions tree-sitter/tree-sitter.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@ category: Parsing, Tree-sitter
build-type: Simple

tested-with:
GHC == 8.10.7
GHC == 9.0.2
GHC == 9.2.8
GHC == 9.4.8
GHC == 9.6.6
GHC == 9.8.2

extra-source-files: vendor/tree-sitter/lib/src/**/*.c
, vendor/tree-sitter/lib/src/**/*.h
, ChangeLog.md

extra-doc-files: ChangeLog.md

common common
default-language: Haskell2010
Expand Down

0 comments on commit 2b8fab7

Please sign in to comment.