andreas / ocaml-graphql-server

GraphQL servers in OCaml
MIT License
624 stars 60 forks source link

Raise minimum `rresult` version #209

Closed Leonidas-from-XIV closed 2 years ago

Leonidas-from-XIV commented 2 years ago

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 https://github.com/ocaml/opam-repository/pull/21475

andreas commented 2 years ago

Thanks again! 🙂