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

79 lines
1.8 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
packages: .
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
semantic-python
semantic-ruby
2020-01-17 20:03:01 +03:00
semantic-scope-graph
semantic-tsx
semantic-typescript
semantic-tags
-- 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!
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
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-tags
ghc-options: -Werror
package semantic-tsx
ghc-options: -Werror
package semantic-typescript
ghc-options: -Werror