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-01-16 22:04:18 +03:00
packages: .
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-01-16 22:04:18 +03:00
semantic-python
semantic-ruby
2020-01-17 20:03:01 +03:00
semantic-scope-graph
2020-01-16 22:04:18 +03:00
semantic-tsx
semantic-typescript
semantic-tags
2020-01-16 22:07:10 +03:00
-- Packages brought in from other repos instead of hackage
2020-01-16 22:12:57 +03:00
-- ATTENTION: remember to update cabal.project when bumping SHAs here!
2020-01-16 22:07:10 +03:00
source-repository-package
type: git
location: https://github.com/tclem/proto-lens-jsonpb
tag: 5d40444be689bef1e12cbe38da0261283775ec64
source-repository-package
type: git
location: https://github.com/antitypical/fused-syntax.git
tag: d11e14581217590a5c67f79cbaeee35ac8acee6a
-- 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-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