BSD-3-Clause licensed by Silk B.V.
Maintained by [email protected]
This version can be pinned in stack with:multipart-0.2.0@sha256:b8770e3ff6089be4dd089a8250894b31287cca671f3d258190a505f9351fa8a9,1084

Module documentation for 0.2.0

Used by 1 package in nightly-2020-08-21(full list with versions):

multipart

Build Status

A partial fork of the cgi package exposing the Multipart module.

Changes

Changelog

0.2.0

  • Monad.Fail no longer exists in base-4.13.0.0 and beyond; the function now lives in the class MonadFail. We need a major version bump, because this change affects the type signatures of functions we export to our users.

0.1.3

  • Improve performance of parsing multipart body. Thanks to Ali Abrar.

0.1.2

  • Expose Network.Multipart.Header