servant-multipart icon indicating copy to clipboard operation
servant-multipart copied to clipboard

Split package

Open jkarni opened this issue 7 years ago • 1 comments
trafficstars

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?

jkarni avatar Feb 27 '18 15:02 jkarni

@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)

alpmestan avatar Feb 27 '18 16:02 alpmestan