-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcabal.project
43 lines (35 loc) · 904 Bytes
/
cabal.project
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
packages: ./plugin
./comm
./server
./client
./buck-worker
./buck-multiplex-worker
package proto3-suite
flags: -large-records -swagger
allow-newer:
grpc-haskell:bytestring,
grpc-haskell-core:bytestring,
grpc-haskell-core:template-haskell,
grpc-haskell-core:containers,
proto3-suite:ghc,
proto3-suite:containers,
if (impl(ghc >= 9.11))
allow-newer:
time,
constraints:
extra == 1.8
package proto3-suite
flags: -large-records -swagger
package grpc-haskell-core
ghc-options: -Wwarn
source-repository-package
type: git
location: https://github.com/awakesecurity/grpc-haskell
tag: 4b3b04d0ac9d1db53033fb4f0b6864f25b6e945d
subdir: .
subdir: core
source-repository-package
type: git
location: https://github.com/tek/proto3-suite
tag: 337b03ea7c1b75da577251a06f07d4ad19fdc4ac
index-state: 2024-11-25T13:43:26Z