forked from GaloisInc/crucible
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcabal.project
34 lines (32 loc) · 824 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
-- note: since new-build does not yet support adding custom
-- (non-alex/happy/etc) build tools to the path, you will have to do
-- something like this before building:
--
-- export PATH=$PWD/dist-newstyle/build/x86_64-linux/ghc-7.10.3/hpb-0.1.1/c/hpb/build/hpb:$PATH
packages:
crucible/
crucible-go/
crucible-jvm/
crucible-llvm/
crucible-wasm/
crucible-syntax/
crucible-concurrency/
crucible-symio/
crux/
crux-llvm/
crux-mir/
crucible-mc/
uc-crux-llvm/
optional-packages:
dependencies/abcBridge/
dependencies/aig/
dependencies/blt/
dependencies/golang/
dependencies/jvm-parser/
dependencies/haskell-wasm/
dependencies/hpb/
dependencies/llvm-pretty/
dependencies/llvm-pretty-bc-parser/
dependencies/what4/what4/
dependencies/what4/what4-abc/
dependencies/what4/what4-blt/