HTTP 3001.0.1 → 3001.0.2
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- HTTP.cabal +1/−1
- Network/HTTP.hs +1/−1
HTTP.cabal view
@@ -1,5 +1,5 @@ Name: HTTP-Version: 3001.0.1+Version: 3001.0.2 Cabal-Version: >= 1.2 Build-type: Simple License: BSD3
Network/HTTP.hs view
@@ -164,7 +164,7 @@ -- Turn on to enable HTTP traffic logging debug :: Bool-debug = True+debug = False -- File that HTTP traffic logs go to httpLogFile :: String