BSD-3-Clause licensed by Alp Mestanogullari
Maintained by [email protected]
This version can be pinned in stack with:servant-multipart-0.12.1@sha256:f4c9793f2ac3c94f94db86115d1817c92b918cf7ab2b479ac31724fa1f445624,2095

Module documentation for 0.12.1

This package adds server-side support of file upload to the servant ecosystem.

Changes

0.12.1

  • split package into api, server and client parts #51

0.12

  • support servant-0.18
  • version bump for breaking change in #36

0.11.6

  • relax bounds for ghc810 #38
  • update haskell-ci #37
  • better parse errors #36

0.11.5

  • Add servant-client support
  • Support servant-0.17

0.11.4

  • Change upload to be test-suite
  • Support servant-0.16

0.11.3

  • Add HasForeign (MultipartForm t a :> api) instance. #20

0.11.2

  • Support servant-0.14

0.11.1

  • Support servant-0.13
  • Export MultipartBackend and TmpBackendOptions

0.11

  • Support servant-0.12
  • Add support for memory backend

0.10

  • Initial release