chore: use msat 0.8 in opam

This commit is contained in:
Simon Cruanes 2019-03-22 18:43:21 -05:00
parent 7a2f59e9dd
commit 90eedeaf8d

View file

@ -16,11 +16,9 @@ depends: [
"sequence" "sequence"
"zarith" "zarith"
"menhir" "menhir"
"msat" { >= "0.8" < "0.9" }
"ocaml" { >= "4.03" } "ocaml" { >= "4.03" }
] ]
pin-depends: [
["msat" "https://github.com/Gbury/mSAT.git#wip-refactor"]
]
tags: [ "sat" "smt" ] tags: [ "sat" "smt" ]
homepage: "https://github.com/c-cube/sidekick" homepage: "https://github.com/c-cube/sidekick"
dev-repo: "git+https://github.com/c-cube/sidekick.git" dev-repo: "git+https://github.com/c-cube/sidekick.git"