Skip to content

Commit

Permalink
add a cabal.project file for new-build support (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
acfoltzer authored and robdockins committed Nov 1, 2016
1 parent 147850e commit f311e22
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ dist
TAGS
unitTest.tix
hpc_report
stack.yaml
stack.yaml
/dist-newstyle
23 changes: 23 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
-- 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-abc/
crucible-blt/
crucible-saw/
crucible-server/
galois-matlab/

optional-packages:
dependencies/abcBridge/
dependencies/aig/
dependencies/blt/
dependencies/hpb/
dependencies/llvm-pretty/
dependencies/llvm-pretty-bc-parser/
dependencies/parameterized-utils/
dependencies/saw-core/

0 comments on commit f311e22

Please sign in to comment.