forked from facebookincubator/Glean
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcabal.project
More file actions
34 lines (26 loc) · 828 Bytes
/
Copy pathcabal.project
File metadata and controls
34 lines (26 loc) · 828 Bytes
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
-- Copyright (c) Facebook, Inc. and its affiliates.
packages:
hsthrift/common/util/fb-util.cabal
hsthrift/common/github/fb-stubs.cabal
hsthrift/common/mangle/mangle.cabal
hsthrift/lib/thrift-lib.cabal
hsthrift/compiler/thrift-compiler.cabal
hsthrift/haxl/thrift-haxl.cabal
hsthrift/tests/thrift-tests.cabal
hsthrift/http/thrift-http.cabal
glean.cabal
glean/lang/clang/glean-clang.cabal
optional-packages:
hsthrift/folly-clib/folly-clib.cabal
tests: True
-- necessary to use a haskeline <0.8 with GHCs that ship with base >= 4.14
allow-newer: haskeline:base
-- develop with -Werror on, for consistency with internal Meta CI.
program-options
ghc-options: -Werror
package fb-util
flags: +folly
package glean
flags: -fbthrift
package thrift-tests
flags: -fbthrift