aantron/dream

missing multipart_form dependency

Closed this issue · 3 comments

I'm building the master branch and hitting an error when trying to resolve multipart_form.lwt. It looks like 0.4.0 of multipart_form split it out into another dependency. Maybe the bounds on multipart form ("multipart_form" {>= "0.3.0"} ) need to be adjusted to avoid allowing it to pull in that version?

# 14 |   multipart_form.lwt
#        ^^^^^^^^^^^^^^^^^^
# Error: Library "multipart_form.lwt" not found.

Based on this commit added to opam just recently, I think it should be >= "0.3.0" & < "0.4.0". I will confirm later today and update this repo. Thanks for the report!

(Or, even better, Dream should be updated to use and require 0.4.0, as part of #193)

Should be fixed now. Thanks again!