Skip to content

Commit

Permalink
Raise minimum rresult version
Browse files Browse the repository at this point in the history
The code needs at least version 0.2.0 of rresult for `>>=` and it needs
at least 0.3.0 for `rresult` to use the `result` compatibility package
to define a `result` type that is compatible with the stdlib `result`
type.

Discovered via the minimum-version checks of
ocaml/opam-repository#21475
  • Loading branch information
Leonidas-from-XIV committed Jun 6, 2022
1 parent 520ccd4 commit 2154c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ depends: [
"dune" {>= "1.1"}
"graphql_parser" {>= "0.9.0"}
"yojson"
"rresult"
"rresult" {>= "0.3.0"}
"seq"
"alcotest" {with-test}
]
Expand Down

0 comments on commit 2154c33

Please sign in to comment.