Skip to content

Commit 0bc0184

Browse files
committed
fstar is not compatible with ppxlib >= 0.26.0
1 parent 6f5fc58 commit 0bc0184

File tree

2 files changed

+2
-2
lines changed
  • packages/fstar
    • fstar.2021.06.06
    • fstar.2022.01.15

2 files changed

+2
-2
lines changed

packages/fstar/fstar.2021.06.06/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ depends: [
2121
"menhir" {build & >= "20161115"}
2222
"pprint" {build & >= "20130324" & <= "20211129"}
2323
"sedlex" {build & >= "2.0" & < "2.4"}
24-
"ppxlib" {>= "0.22.0"}
24+
"ppxlib" {>= "0.22.0" & < "0.26.0"}
2525
"ppx_deriving"
2626
"ppx_deriving_yojson"
2727
"process"

packages/fstar/fstar.2022.01.15/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ depends: [
2121
"menhir" {build & >= "20161115"}
2222
"pprint" {build & >= "20130324"}
2323
"sedlex" {build & >= "2.0"}
24-
"ppxlib" {>= "0.22.0"}
24+
"ppxlib" {>= "0.22.0" & < "0.26.0"}
2525
"ppx_deriving"
2626
"ppx_deriving_yojson"
2727
"process"

0 commit comments

Comments
 (0)