forked from hstreamdb/hstream
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cabal.project
53 lines (42 loc) · 1.03 KB
/
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
45
46
47
48
49
50
51
52
53
packages:
hstream
common/hstream-common.cabal
hstream-store
hstream-processing
hstream-sql
hstream-connector
hstream-admin
external/gRPC-haskell
external/gRPC-haskell/core
external/proto3-wire/proto3-wire.cabal
external/proto3-suite/proto3-suite.cabal
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
package proto3-wire
tests: false
package proto3-suite
tests: false
constraints:
Z-IO == 0.8.1.1
, Z-Data == 0.8.8.0
, zoovisitor == 0.1.7.0
, blaze-textual == 0.2.1.0