You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
servant-multipart, unlike most packages which introduce new combinators, isn't split up (into -server, -docs, etc.). So any API that uses it will incur all depedencies (and likely can't run in GHCJS, etc.).
@jkarni Absolutely! I didn't bother initially because it just had the server interpretation, then we got -docs support and I was planning to do the split as soon as we got -client support. If you want to do it now, be my guest!
(Someone in fact contacted me today, about implementing -client support)
servant-multipart
, unlike most packages which introduce new combinators, isn't split up (into-server
,-docs
, etc.). So any API that uses it will incur all depedencies (and likely can't run in GHCJS, etc.).@alpmestan @phadej I imagine I can go ahead and split it, no?
The text was updated successfully, but these errors were encountered: