packages feed

lambdabot-novelty-plugins 5.1 → 5.1.0.1

raw patch · 3 files changed

+4/−5 lines, 3 filesdep ~random-fu

Dependency ranges changed: random-fu

Files

lambdabot-novelty-plugins.cabal view
@@ -1,5 +1,5 @@ name:                   lambdabot-novelty-plugins-version:                5.1+version:                5.1.0.1  license:                GPL license-file:           LICENSE@@ -32,7 +32,7 @@                         .                         [vixen] Let's chat, honey. -homepage:               http://haskell.org/haskellwiki/Lambdabot+homepage:               https://wiki.haskell.org/Lambdabot  build-type:             Simple cabal-version:          >= 1.8@@ -70,7 +70,7 @@                         lambdabot-core          >= 5.1 && < 5.2,                         misfortune              >= 0.1,                         process                 >= 1.1,-                        random-fu               >= 0.2,+                        random-fu               >= 0.2.6.2,                         regex-tdfa              >= 1.1,                          -- runtime dependencies
src/Lambdabot/Plugin/Novelty/Elite.hs view
@@ -24,7 +24,6 @@                  [] -> say "Say again?"                  wds -> do let instr = map toLower (unwords wds)                            say =<< io (translateLine instr)-                                        }         ]     }
src/Lambdabot/Plugin/Novelty/Filter.hs view
@@ -24,7 +24,7 @@                 Just (name, path, descr)         | (name, descr) <- filters         ]-        +     , moduleCmds = do         activeFilters <- readMS         return