packages feed

lambdabot-irc-plugins 5.0 → 5.0.1

raw patch · 1 files changed

+5/−2 lines, 1 filesdep ~lambdabot-corePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: lambdabot-core

API changes (from Hackage documentation)

Files

lambdabot-irc-plugins.cabal view
@@ -1,5 +1,5 @@ name:                   lambdabot-irc-plugins-version:                5.0+version:                5.0.1  license:                GPL license-file:           LICENSE@@ -15,8 +15,11 @@                         Provided plugins:                         .                         [irc] Lets lambdabot connect to IRC.+                        .                         [localtime] Check user's local time.+                        .                         [log] Log IRC channels.+                        .                         [topic] Modify channel topics.  homepage:               http://haskell.org/haskellwiki/Lambdabot@@ -46,7 +49,7 @@                         containers              >= 0.4,                         directory               >= 1.1,                         filepath                >= 1.3,-                        lambdabot-core          >= 5 && < 5.1,+                        lambdabot-core          >= 5.0.1 && < 5.1,                         lifted-base             >= 0.2,                         mtl                     >= 2,                         network                 >= 2.3.0.13,