mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-09 12:45:48 -05:00
chore: use iter, not sequence, in dune
This commit is contained in:
parent
9aa4159f2b
commit
338a84bf3a
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
(executable
|
||||
(name sudoku_solve)
|
||||
(modes native)
|
||||
(libraries msat msat.backtrack sequence containers)
|
||||
(libraries msat msat.backtrack iter containers)
|
||||
(flags :standard -warn-error -a -w +a-4-42-44-48-50-58-32-60@8 -color always -safe-string)
|
||||
(ocamlopt_flags :standard -O3 -bin-annot
|
||||
-unbox-closures -unbox-closures-factor 20)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue