melange-fetch icon indicating copy to clipboard operation
melange-fetch copied to clipboard

Add melange to the library dependencies to fix compilation on melange 2.2.0

Open steinuil opened this issue 1 year ago • 1 comments

I tried to add melange-webapi to a new Melange 2.2.0 project, but it failed to compile because it looks like Stdlib is only exposed from the melange package in 2.2.0. Adding melange to the dependencies fixes this issue. I haven't tried melange-webapi but I think this change might have to be made in that package as well.

steinuil avatar Jan 08 '24 08:01 steinuil

This sounds very weird. Dune should be adding that library for you automatically.

anmonteiro avatar Feb 01 '24 22:02 anmonteiro