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:10:13 +03:00
2020-01-16 22:06:35 +03:00
-- Local packages
2020-06-25 03:34:37 +03:00
packages: semantic
2020-01-16 22:04:18 +03:00
semantic-analysis
semantic-ast
2020-03-20 20:29:19 +03:00
semantic-codeql
2020-01-16 22:04:18 +03:00
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
2020-01-16 22:04:18 +03:00
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
2020-07-06 18:02:30 +03:00
semantic-source
2020-06-04 23:38:39 +03:00
semantic-tags
2020-01-16 22:04:18 +03:00
semantic-tsx
semantic-typescript
2020-01-16 22:07:10 +03:00
-- Treat warnings as errors for CI builds
2020-01-16 22:04:18 +03:00
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
2020-03-20 20:29:19 +03:00
package semantic-codeql
ghc-options: -Werror
2020-01-16 22:04:18 +03:00
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
2020-01-16 22:04:18 +03:00
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
2020-07-06 18:02:30 +03:00
package semantic-source
ghc-options: -Werror
2020-01-16 22:04:18 +03:00
package semantic-tags
ghc-options: -Werror
2020-01-16 22:05:36 +03:00
package semantic-tsx
ghc-options: -Werror
package semantic-typescript
ghc-options: -Werror