rgrinberg / opium

Sinatra like web toolkit for OCaml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with result dependency version

roddyyaga opened this issue · comments

I get errors when trying to build with result pinned to version 1.4 (1.5 is the most recent version):

$ opam switch create . --empty
$ opam pin add result 1.4
$ opam install . --deps-only
$ dune build .
File "opium/src/cookie.ml", line 298, characters 7-23:
298 |     |> Result.to_option
             ^^^^^^^^^^^^^^^^
Error: Unbound value Result.to_option

Indeed. Would you mind sending a PR?