Skip to content

Commit 5781622

Browse files
committed
fix opam install ppx_expect
`ppx_expect` uses Jane Street-style opam versions like `v0.17.2`, not `0.17.2`
1 parent 5e002cb commit 5781622

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@
9191
analysis
9292
dune
9393
(ppx_expect
94-
(and :with-test (= 0.17.2)))))
94+
(and :with-test (= v0.17.2)))))

rescript-language-server.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ depends: [
1313
"eio_main" {>= "1.3"}
1414
"analysis"
1515
"dune" {>= "3.17"}
16-
"ppx_expect" {with-test & = "0.17.2"}
16+
"ppx_expect" {with-test & = "v0.17.2"}
1717
"odoc" {with-doc}
1818
]
1919
build: [

0 commit comments

Comments
 (0)