1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 00:42:33 +03:00
semantic/cabal.project.ci

72 lines
1.5 KiB
Plaintext
Raw Normal View History

2020-01-31 18:25:53 +03:00
-- ATTENTION: care must be taken to keep this file in sync with cabal.project and script/ghci-flags. If you add a package here, add it there (and add a package stanza with ghc-options to enable errors in CI at the bottom of this file).
2020-01-16 22:06:35 +03:00
-- Local packages
2020-06-25 03:34:37 +03:00
packages: semantic
semantic-analysis
semantic-ast
semantic-codeql
semantic-core
semantic-go
semantic-java
semantic-json
2020-02-04 22:25:39 +03:00
semantic-parse
2020-02-11 23:56:21 +03:00
semantic-php
2020-06-04 23:38:39 +03:00
semantic-proto
semantic-python
semantic-ruby
2020-05-12 22:14:54 +03:00
semantic-rust
2020-01-17 20:03:01 +03:00
semantic-scope-graph
semantic-source
2020-06-04 23:38:39 +03:00
semantic-tags
semantic-tsx
semantic-typescript
-- Treat warnings as errors for CI builds
package semantic
ghc-options: -Werror
package semantic-analysis
ghc-options: -Werror
2020-01-16 22:05:26 +03:00
package semantic-ast
ghc-options: -Werror
package semantic-codeql
ghc-options: -Werror
package semantic-core
ghc-options: -Werror
package semantic-go
ghc-options: -Werror
package semantic-java
ghc-options: -Werror
package semantic-json
ghc-options: -Werror
2020-02-04 22:26:37 +03:00
package semantic-parse
ghc-options: -Werror
package semantic-python
ghc-options: -Werror
package semantic-ruby
ghc-options: -Werror
2020-01-17 20:03:01 +03:00
package semantic-scope-graph
ghc-options: -Werror
package semantic-source
ghc-options: -Werror
package semantic-tags
ghc-options: -Werror
package semantic-tsx
ghc-options: -Werror
package semantic-typescript
ghc-options: -Werror