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

Internal module? #39

Open jkarni opened 4 years ago

jkarni commented 4 years ago

I needed the LookupContext constaint, but it's not exported. Would it make sense to move everything to Servant.Multipart.Internal (which exports everything) and then re-export the current API from Servant.MultiPart?