mirror of
https://github.com/github/semantic.git
synced 2024-11-23 16:37:50 +03:00
1535805747
These are explicitly disabled by our .ghci file, so we can do this without compromising workflows involving GHCI too much.
36 lines
637 B
Plaintext
36 lines
637 B
Plaintext
packages: .
|
|
semantic-core
|
|
semantic-java
|
|
semantic-json
|
|
semantic-python
|
|
semantic-source
|
|
semantic-tags
|
|
|
|
jobs: $ncpus
|
|
|
|
package semantic
|
|
ghc-options: -Werror
|
|
|
|
package semantic-core
|
|
ghc-options: -Werror
|
|
|
|
package semantic-java
|
|
ghc-options: -Werror
|
|
|
|
package semantic-json
|
|
ghc-options: -Werror
|
|
|
|
package semantic-python
|
|
ghc-options: -Werror
|
|
|
|
package semantic-source
|
|
ghc-options: -Werror
|
|
|
|
package semantic-tags
|
|
ghc-options: -Werror
|
|
|
|
source-repository-package
|
|
type: git
|
|
location: https://github.com/tclem/proto-lens-jsonpb
|
|
tag: e4d10b77f57ee25beb759a33e63e2061420d3dc2
|