packages feed

hriemann 0.3.3.2 → 0.3.3.3

raw patch · 2 files changed

+2/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

hriemann.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 27fb5d42fe1036839a8e668517e27953974a2b64365c4f7be64b9ad838268da7+-- hash: ed0b77d5a3a65f31bc36787567f5c85d79d377531c21b752f395a62f27f71a53  name:           hriemann-version:        0.3.3.2+version:        0.3.3.3 synopsis:       A Riemann Client for Haskell description:    A Riemann Client for Haskell category:       Monitoring
src/Network/Monitoring/Riemann/TCP.hs view
@@ -119,7 +119,6 @@ sendMsg client msg = go True   where     go reconnect = do-      putStrLn $ "SENDING " <> show reconnect       clientInfo <- readTVarIO client       case (_status clientInfo, reconnect) of         (CnxClosed, True) -> do