We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed361c commit c02b80fCopy full SHA for c02b80f
coq-lsp.opam
@@ -42,6 +42,9 @@ depends: [
42
"ocamlfind" {>= "1.8.1"}
43
"zarith" {>= "1.11"}
44
45
+ # result dep, fixed in main, but kept for older releases
46
+ "result" { >= "1.5" }
47
+
48
# serlib deps: see what we need to keep for release
49
"ppx_deriving" { >= "4.2.1" }
50
"ppx_deriving_yojson" { >= "3.4" }
serlib_8_19/dune
@@ -9,4 +9,4 @@
9
ppx_hash
10
ppx_compare
11
ppx_deriving_yojson))
12
- (libraries coq-core.stm sexplib))
+ (libraries result coq-core.stm sexplib))
0 commit comments