forked from hstreamdb/hstream
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcabal.project
44 lines (35 loc) · 865 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
44
packages:
hstream
hstream-store
hstream-store/admin/hstore-admin.cabal
hstream-processing
hstream-sql
hstream-server
external/gRPC-haskell
external/gRPC-haskell/core
external/hsthrift/common/util/fb-util.cabal
external/hsthrift/common/github/fb-stubs.cabal
external/hsthrift/common/mangle/mangle.cabal
external/hsthrift/lib/thrift-lib.cabal
external/hsthrift/cpp-channel/thrift-cpp-channel.cabal
-- https://github.com/haskell/cabal/issues/4271
package thrift-lib
flags: +use_sys_thrift_compiler
tests: false
package fb-util
tests: false
package fb-stubs
tests: false
package mangle
tests: false
package thrift-cpp-channel
tests: false
package grpc-haskell
tests: false
package grpc-haskell-core
tests: false
constraints:
Z-IO == 0.8.1.0
, Z-Data == 0.8.2.0
, proto3-suite == 0.4.1
, proto3-wire == 1.2.1