packages feed

wai 1.2.0.2 → 1.2.0.3

raw patch · 2 files changed

+3/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Network/Wai.hs view
@@ -7,8 +7,8 @@ protocol between web servers and web applications.  The overriding design principles here are performance and generality . To-address performance, this library is built on top of the enumerator and-blaze-builder packages.  The advantages of enumerators over lazy IO have been+address performance, this library is built on top of the conduit and+blaze-builder packages.  The advantages of conduits over lazy IO have been debated elsewhere and so will not be addressed here.  However, helper functions like 'responseLBS' allow you to continue using lazy IO if you so desire. 
wai.cabal view
@@ -1,5 +1,5 @@ Name:                wai-Version:             1.2.0.2+Version:             1.2.0.3 Synopsis:            Web Application Interface. Description:         Provides a common protocol for communication between web applications and web servers. License:             MIT