cgi 3001.1.8.2 → 3001.1.8.3
raw patch · 2 files changed
+2/−2 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- Network/CGI/Compat.hs +1/−1
- cgi.cabal +1/−1
Network/CGI/Compat.hs view
@@ -89,7 +89,7 @@ (\ e -> abort "Cannot connect to CGI daemon." e) BS.hPut h str >> hPutStrLn h "" (sendBack h `finally` hClose h)- `Prelude.catch` (\e -> unless (isEOFError e) (ioError e))+ `Exception.catch` (\e -> unless (isEOFError e) (ioError e)) -- | Returns the query string, or the request body if it is -- a POST request, or the empty string if there is an error.
cgi.cabal view
@@ -1,5 +1,5 @@ Name: cgi-Version: 3001.1.8.2+Version: 3001.1.8.3 Copyright: Bjorn Bringert, Andy Gill, Anders Kaseorg, Ian Lynagh, Erik Meijer, Sven Panne, Jeremy Shaw Category: Network