wai-extra 1.3.0.4 → 1.3.0.5
raw patch · 2 files changed
+4/−1 lines, 2 files
Files
- Network/Wai/Parse.hs +3/−0
- wai-extra.cabal +1/−1
Network/Wai/Parse.hs view
@@ -110,7 +110,10 @@ } deriving (Eq, Show) +-- | Post parameter name and value. type Param = (S.ByteString, S.ByteString)++-- | Post parameter name and associated file information. type File y = (S.ByteString, FileInfo y) -- | A file uploading backend. Takes the parameter name, file name, and content
wai-extra.cabal view
@@ -1,5 +1,5 @@ Name: wai-extra-Version: 1.3.0.4+Version: 1.3.0.5 Synopsis: Provides some basic WAI handlers and middleware. Description: The goal here is to provide common features without many dependencies. License: MIT