Skip to content

Commit ffedb9c

Browse files
committed
Add missing ppx_deriving
1 parent 1e68ad5 commit ffedb9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

liquid_syntax.opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ depends: [
1818
"core" { >= "v0.15.0" }
1919
"stdio" { >= "v0.10.0" }
2020
"re2" { >= "v0.13.0" }
21-
"calendar" { >= "3.0.0"}
21+
"calendar" { >= "v3.0.0" }
22+
"ppx_deriving" { >= "v5.0" }
2223
]
2324
build: [
2425
["dune" "build" "-p" name "-j" jobs]

0 commit comments

Comments
 (0)