matijapretnar/eff

Compile error when installing with OPAM

Closed this issue · 2 comments

I get the following error when attempting to install Eff via OPAM on macOS.

# File "src/parsing/lexer.mll", line 62, characters 36-37:
# Error: This expression has type string but an expression was expected of type
#          bytes
# Command exited with code 2.
### stderr ###
# E: Failure("Command ''/Users/walkie/.opam/system/bin/ocamlbuild' src/eff.native -tag debug' terminated with error code 10")
# make: *** [build] Error 1

Here's the full output of OPAM, which includes the versions of dependencies: OPAM-Eff.txt

Thanks for letting me know. I'll look at this as soon as possible.

@walkie: Fixed - thanks again for noticing it!