Skip to content

Commit

Permalink
Fixed broken cabal files (untested)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruhler committed Jun 8, 2014
1 parent 1a6a51c commit 4521540
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions doc/todo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ Cleanup::
into Smten.Search
- rename Smten.Symbolic0 Smten.Search0, or Smten.Search.Search, or
Smten.Search.Prim, or something like that.
- move stp solver to Smten.Search.Solver
- move minisat solver to Smten.Search.Solver
- move yices1 solver to Smten.Search.Solver
* Make a single smten-lib.hs file which lists the modules we need to compile
just for purposes of generating files.
* Rename "SMT" test cases to "Search" test cases.
Expand Down
2 changes: 1 addition & 1 deletion smten-minisat/smten-minisat.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ library
Smten.Runtime.MiniSat.FFI
Smten.Symbolic.Solver.MiniSat
Smten.Search.Solver.MiniSat
Smten.Compiled.Smten.Symbolic.Solver.MiniSat
Smten.Compiled.Smten.Search.Solver.MiniSat

other-modules:

Expand Down
2 changes: 1 addition & 1 deletion smten-stp/smten-stp.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ library
exposed-modules:
Smten.Symbolic.Solver.STP
Smten.Search.Solver.STP
Smten.Compiled.Smten.Symbolic.Solver.STP
Smten.Compiled.Smten.Search.Solver.STP

other-modules:
Smten.Runtime.STP.FFI
Expand Down
2 changes: 1 addition & 1 deletion smten-yices1/smten-yices1.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ library
exposed-modules:
Smten.Symbolic.Solver.Yices1
Smten.Search.Solver.Yices1
Smten.Compiled.Smten.Symbolic.Solver.Yices1
Smten.Compiled.Smten.Search.Solver.Yices1

other-modules:
Smten.Runtime.Yices1.FFI
Expand Down

0 comments on commit 4521540

Please sign in to comment.