forked from hstreamdb/hstream
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cabal.project.hadmin.store
43 lines (34 loc) · 991 Bytes
/
cabal.project.hadmin.store
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
with-compiler: ghc-8.10.7
packages:
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
-- * HStream
common/base/hstream-common-base.cabal
hstream-store
hstream-admin/store/hstream-admin-store.cabal
package table-layout
tests: false
-- 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
constraints:
Z-IO == 1.0.2.0
, Z-Data == 1.3.0.1
, zoovisitor == 0.2.5.1
, blaze-textual == 0.2.1.0
, entropy == 0.4.1.7
, criterion ^>= 1.6
, aeson >=1.5 && <2.0
, unordered-containers < 0.2.20