Skip to content

Commit 3177e2a

Browse files
committed
Add upper bound on TCSLib to pgsolver
Breaking changes
1 parent cf409d9 commit 3177e2a

File tree

2 files changed

+2
-2
lines changed
  • packages/pgsolver

2 files changed

+2
-2
lines changed

packages/pgsolver/pgsolver.4.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ remove: [
1919
]
2020
depends: [
2121
"ocaml" {>= "4.05.0" & < "5.0"}
22-
"TCSLib" {>= "0.2"}
22+
"TCSLib" {>= "0.2" & < "0.5"}
2323
("extlib" | "extlib-compat")
2424
"minisat"
2525
"ocaml-sat-solvers" {<= "0.4"}

packages/pgsolver/pgsolver.4.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ remove: [
1919
]
2020
depends: [
2121
"ocaml" {>= "4.08.0" & < "5.0"}
22-
"TCSLib" {>= "0.2"}
22+
"TCSLib" {>= "0.2" & < "0.5"}
2323
"extlib" | "extlib-compat"
2424
"minisat"
2525
"ocaml-sat-solvers" {>= "0.7.1"}

0 commit comments

Comments
 (0)