happstack-server 6.4.1 → 6.4.2
raw patch · 2 files changed
+2/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Happstack.Server.RqData: unsafeReadRq :: Read a => String -> String -> Either String a
Files
happstack-server.cabal view
@@ -1,5 +1,5 @@ Name: happstack-server-Version: 6.4.1+Version: 6.4.2 Synopsis: Web related tools and services. Description: Happstack Server provides an HTTP server and a rich set of functions for routing requests, handling query parameters, generating responses, working with cookies, serving files, and more. For in-depth documentation see the Happstack Crash Course <http://happstack.com/docs/crashcourse/index.html> License: BSD3
src/Happstack/Server/RqData.hs view
@@ -34,6 +34,7 @@ , checkRq , checkRqM , readRq+ , unsafeReadRq -- * Handling POST\/PUT Requests , decodeBody -- ** Body Policy