HTTP 4000.2.21 → 4000.2.22
raw patch · 2 files changed
+3/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- HTTP.cabal +1/−1
- Network/HTTP/Proxy.hs +2/−1
HTTP.cabal view
@@ -1,5 +1,5 @@ Name: HTTP-Version: 4000.2.21+Version: 4000.2.22 Cabal-Version: >= 1.8 Build-type: Simple License: BSD3
Network/HTTP/Proxy.hs view
@@ -25,10 +25,11 @@ #endif -} -import Control.Monad ( when, mplus, join, liftM2)+import Control.Monad ( when, mplus, join, liftM2 ) #if defined(WIN32) import Network.HTTP.Base ( catchIO )+import Control.Monad ( liftM ) import Data.List ( isPrefixOf ) #endif import Network.HTTP.Utils ( dropWhileTail, chopAtDelim )