forked from github/semantic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcabal.project.ci
76 lines (58 loc) · 1.63 KB
/
cabal.project.ci
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
-- 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).
-- Local packages
packages: semantic
semantic-analysis
semantic-ast
semantic-codeql
semantic-core
semantic-go
semantic-java
semantic-json
semantic-parse
semantic-php
semantic-proto
semantic-python
semantic-ruby
semantic-rust
semantic-scope-graph
semantic-source
semantic-tags
semantic-tsx
semantic-typescript
source-repository-package
type: git
location: https://github.com/antitypical/fused-syntax.git
tag: 4a383d57c8fd7592f54a33f43eb9666314a6e80e
-- Treat warnings as errors for CI builds
package semantic
ghc-options: -Werror
package semantic-analysis
ghc-options: -Werror
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
package semantic-parse
ghc-options: -Werror
package semantic-python
ghc-options: -Werror
package semantic-ruby
ghc-options: -Werror
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