inferno-vc-0.1.0: Version control server for Inferno
Safe HaskellSafe-Inferred
LanguageHaskell2010

Inferno.VersionControl.Server.UnzipRequest

Description

Quarantines a function that uses a deprecated requestBody field. We use Network.Wai's requestBody to create a response but it is deprecated. But we are using it for the same purpose as they are, and they disable deprecations to work around their own deprecated field, so we do the same. See https://github.com/yesodweb/wai/blob/e15f41ba20dbd94b511048692541ca89117f1f7c/wai/Network/Wai.hs#L34-L35

Documentation