packages feed

lambdabot-novelty-plugins 5.0.2.1 → 5.0.3

raw patch · 2 files changed

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

version bump matches the API change (PVP)

Dependency ranges changed: lambdabot-core

API changes (from Hackage documentation)

Files

lambdabot-novelty-plugins.cabal view
@@ -1,5 +1,5 @@ name:                   lambdabot-novelty-plugins-version:                5.0.2.1+version:                5.0.3  license:                GPL license-file:           LICENSE@@ -67,7 +67,7 @@                         containers              >= 0.4,                         dice                    >= 0.1,                         directory               >= 1.1,-                        lambdabot-core          >= 5.0.1 && < 5.1,+                        lambdabot-core          >= 5.0.3 && < 5.1,                         misfortune              >= 0.1,                         process                 >= 1.1,                         random-fu               >= 0.2,
src/Lambdabot/Plugin/Novelty/Vixen.hs view
@@ -56,7 +56,7 @@     , moduleSerialize = Just $ readOnly $ \bs ->          let st = decode (L.fromStrict bs)              compiled = map (makeRegex *** id) (st :: [(String, WTree)])-         in  (True, vixen (mkResponses compiled))+         in  (False, vixen (mkResponses compiled))     }  ------------------------------------------------------------------------