http-conduit 1.9.4.3 → 1.9.4.4
raw patch · 2 files changed
+2/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
Network/HTTP/Conduit/Manager.hs view
@@ -21,7 +21,6 @@ , failedConnectionException ) where -import Debug.Trace #if !MIN_VERSION_base(4,6,0) import Prelude hiding (catch) #endif@@ -139,7 +138,7 @@ takeSocket man key = I.atomicModifyIORef (mConns man) go where- go Nothing = trace "Using a closed manager" (Nothing, Nothing)+ go Nothing = (Nothing, Nothing) go (Just m) = case Map.lookup key m of Nothing -> (Just m, Nothing)
http-conduit.cabal view
@@ -1,5 +1,5 @@ name: http-conduit-version: 1.9.4.3+version: 1.9.4.4 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>