packages feed

lambdabot-social-plugins 5.1.0.4 → 5.2

raw patch · 2 files changed

+4/−4 lines, 2 filesdep ~lambdabot-core

Dependency ranges changed: lambdabot-core

Files

lambdabot-social-plugins.cabal view
@@ -1,5 +1,5 @@ name:                   lambdabot-social-plugins-version:                5.1.0.4+version:                5.2  license:                GPL license-file:           LICENSE@@ -28,7 +28,7 @@  build-type:             Simple cabal-version:          >= 1.8-tested-with:            GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.1+tested-with:            GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5  source-repository head   type:                 git@@ -54,7 +54,7 @@                         binary                  >= 0.5,                         bytestring              >= 0.9,                         containers              >= 0.4,-                        lambdabot-core          >= 5.1 && < 5.2,+                        lambdabot-core          >= 5.2 && < 5.3,                         mtl                     >= 2,                         split                   >= 0.2,                         time                    >= 1.4
src/Lambdabot/Plugin/Social/Tell.hs view
@@ -108,7 +108,7 @@                 say "Messages cleared."             }         , (command "auto-reply")-            { help = say "auto-reply. Lets lambda-bot auto-reply if someone sends you a message"+            { help = say "auto-reply. Lets lambdabot auto-reply if someone sends you a message"             , process = doAutoReply             }         , (command "auto-reply?")