lambdabot-misc-plugins 5.0 → 5.0.1
raw patch · 1 files changed
+7/−3 lines, 1 filesdep −monad-controldep ~lambdabot-corePVP ok
version bump matches the API change (PVP)
Dependencies removed: monad-control
Dependency ranges changed: lambdabot-core
API changes (from Hackage documentation)
Files
lambdabot-misc-plugins.cabal view
@@ -1,5 +1,5 @@ name: lambdabot-misc-plugins-version: 5.0+version: 5.0.1 license: GPL license-file: LICENSE@@ -15,10 +15,15 @@ Provided plugins: . [dummy] Many commands with fixed replies.+ . [error] Debug error handling.+ . [fresh] Generate Haskell project names.+ . [hello] Hello, world.+ . [stats] Ad-hoc statsd queries.+ . [todo] A to-do list for lambdabot. homepage: http://haskell.org/haskellwiki/Lambdabot@@ -55,9 +60,8 @@ containers >= 0.4, filepath >= 1.3, hstatsd >= 0.1,- lambdabot-core >= 5 && < 5.1,+ lambdabot-core >= 5.0.1 && < 5.1, lifted-base >= 0.2,- monad-control >= 0.3 && < 1, mtl >= 2, time >= 1.4, parsec >= 3,