-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcabal.project.ci
53 lines (42 loc) · 1.14 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
packages:
./grpc-spec
, ./grapesy
, ./tutorials/quickstart
, ./tutorials/basics
, ./tutorials/lowlevel
, ./tutorials/metadata
, ./tutorials/monadstack
, ./tutorials/conduit
, ./tutorials/trailers-only
package grpc-spec
tests: True
flags: +snappy
ghc-options: -Werror
package grapesy
tests: True
benchmarks: True
flags: +build-demo +build-stress-test
ghc-options: -Werror
package quickstart-tutorial
ghc-options: -Werror
package basics-tutorial
ghc-options: -Werror
package lowlevel-tutorial
ghc-options: -Werror
package metadata-tutorial
ghc-options: -Werror
package monadstack-tutorial
ghc-options: -Werror
package conduit-tutorial
ghc-options: -Werror
package trailers-only-tutorial
ghc-options: -Werror
-- proto-lens support for ghc 9.10
-- https://github.com/google/proto-lens/pull/494
source-repository-package
type: git
location: https://github.com/google/proto-lens
tag: c927e0341715a2ff7f87f219c9a36517f06cef80
subdir: proto-lens proto-lens-runtime proto-lens-setup proto-lens-protoc proto-lens-protobuf-types
-- avoid compilation errors in some dependencies
constraints: diagrams-lib==1.4.6.2