packages feed

irc-client 0.4.2.1 → 0.4.2.2

raw patch · 3 files changed

+4/−3 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Network/IRC/Client.hs view
@@ -136,7 +136,7 @@   , _realname      = n   , _password      = Nothing   , _channels      = []-  , _ctcpVer       = "irc-client-0.4.2.1"+  , _ctcpVer       = "irc-client-0.4.2"   , _eventHandlers = defaultEventHandlers   , _ignore        = []   }
Network/IRC/Client/Internal.hs view
@@ -174,6 +174,7 @@     [ formatTime defaultTimeLocale "%c" now     , if origin == FromServer then "--->" else "<---"     , init . tail $ show x+    , "\n"     ]  -- | Do no logging.
irc-client.cabal view
@@ -10,7 +10,7 @@ -- PVP summary:      +-+------- breaking API changes --                   | | +----- non-breaking API additions --                   | | | +--- code changes with no API change-version:             0.4.2.1+version:             0.4.2.2  -- A short (one-line) description of the package. synopsis:            An IRC client library.@@ -107,4 +107,4 @@ source-repository this   type:     git   location: https://github.com/barrucadu/irc-client.git-  tag:      0.4.2.1+  tag:      0.4.2.2