ircbot 0.3.0 → 0.3.1
raw patch · 2 files changed
+3/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Network/IRC/Bot/Parsec.hs +2/−1
- ircbot.cabal +1/−1
Network/IRC/Bot/Parsec.hs view
@@ -90,7 +90,8 @@ case ma of (Left e) -> do logM Debug $ "Parse error: " ++ show e- reportError (head (receivers priv)) e+ target <- maybeZero =<< replyTo+ reportError target e mzero (Right a) -> return a
ircbot.cabal view
@@ -1,5 +1,5 @@ Name: ircbot-Version: 0.3.0+Version: 0.3.1 Synopsis: A library for writing irc bots Homepage: http://patch-tag.com/r/stepcut/ircbot License: BSD3