Skip to content

Commit 42bd760

Browse files
committed
DrawGrammar < 0.2.2 is not compatible with JsOfCairo 2.0
1 parent f030682 commit 42bd760

File tree

2 files changed

+2
-2
lines changed
  • packages/DrawGrammar
    • DrawGrammar.0.1.0
    • DrawGrammar.0.2.0

2 files changed

+2
-2
lines changed

packages/DrawGrammar/DrawGrammar.0.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ depends: [
1616
"ocamlbuild" {build}
1717
"ocamlfind" {build}
1818
"menhir"
19-
"JsOfOCairo"
19+
"JsOfOCairo" {< "2.0.0"}
2020
"cairo2"
2121
"General" {< "0.4"}
2222
]

packages/DrawGrammar/DrawGrammar.0.2.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ depends: [
1818
"ocamlbuild" {build}
1919
"ocamlfind" {build}
2020
"menhir"
21-
"JsOfOCairo"
21+
"JsOfOCairo" {< "2.0.0"}
2222
"cairo2"
2323
"General" {>= "0.2" & < "0.4"}
2424
]

0 commit comments

Comments
 (0)