haskell-servant / servant-multipart

Support for file uploads in multipart/form-data for servant
https://hackage.haskell.org/package/servant-multipart
40 stars 37 forks source link

Split package #15

Open jkarni opened 6 years ago

jkarni commented 6 years ago

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?

alpmestan commented 6 years ago

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