forked from GaloisInc/crucible
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcabal.project
37 lines (33 loc) · 861 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
-- 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:
what4/
what4-abc/
what4-blt/
crucible/
crucible-jvm/
crucible-llvm/
crucible-saw/
crucible-server/
crucible-syntax/
crux/
crux-llvm/
crucible-mc/
optional-packages:
dependencies/abcBridge/
dependencies/aig/
dependencies/blt/
dependencies/jvm-parser/
dependencies/hpb/
dependencies/llvm-pretty/
dependencies/llvm-pretty-bc-parser/
dependencies/parameterized-utils/
dependencies/saw-core/
dependencies/saw-core-aig/
dependencies/saw-core-sbv/
dependencies/saw-core-what4/
dependencies/cryptol/
dependencies/cryptol-verifier/