irc-conduit 0.1.1.1 → 0.1.1.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
- Network/IRC/Conduit.hs +1/−1
- irc-conduit.cabal +1/−1
Network/IRC/Conduit.hs view
@@ -107,7 +107,7 @@ let next = addUTCTime delay lastT - when (next < now) $+ when (now < next) $ threadDelay . ceiling $ 1000000 * diffUTCTime next now -- Update the time
irc-conduit.cabal view
@@ -10,7 +10,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.1.1.1+version: 0.1.1.2 -- A short (one-line) description of the package. synopsis: Streaming IRC message library using conduits.