packages feed

wai-app-static 1.3.1.2 → 1.3.1.3

raw patch · 2 files changed

+2/−4 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Network/Wai/Application/Static.hs view
@@ -217,9 +217,7 @@         return $ fileToResponse file H.status200 headers      response NotModified =-            return $ W.responseLBS H.status304-                        [ ("Content-Type", "text/plain")-                        ] "Not Modified"+            return $ W.responseLBS H.status304 [] ""      response (SendContent mt lbs) = do             -- TODO: set caching headers
wai-app-static.cabal view
@@ -1,5 +1,5 @@ name:            wai-app-static-version:         1.3.1.2+version:         1.3.1.3 license:         MIT license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>